Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 639 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 639 Bytes

Is that only me?

This simple web service is there to tickle one another, publish your moody WTF, or whatever dumb idea your imagination leads you to.

It is published at http://isthatonly.me.

How it works

Fill in your "Is that only me…" sentence, says wether it's about only you or everyone and submit. It will be published automatically and tweeted on https://twitter.com/isthatlonlyme.

Techno

  • NodeJS with Express
  • Mongo via Mongolab
  • Jade for templating

Install

git clone https://github.com/scopyleft/isthatonlyme.git
cd isthatonlyme
npm install
node app

Open a browser at http://localhost:3000.