#Tweather
Get on demand weather for your current location on Twitter. Tweather watches for geo tagged @mentions of @Tweather and replies back with current weather for the location that the mention came from.
The app uses the Open Weather Map API to get weather information.
#Requirements
- node
#Getting Started
- register an application at https://apps.twitter.com
- clone this repository.
npm install
mv app/config.sample.json app/config.json
- input your application credentials in app/config.json including the handle for your app.