A simple API reading tweets from the Twitter API.
git clone https://github.com/openwt/socialapi
PORT=6060 CONSUMER_SECRET=twitter_secret CONSUMER_KEY=twitter_key COOKIE_STORE_SECRET=cookie_secret ./socialapi
Your app should now be running on localhost:6060.
