/is-it-snowing

Just for fun

Primary LanguageRubyMIT LicenseMIT

Is it snowing?

Made with ❤️ in CLT. Inspired by jden/snowchatt.

Development

Register for an api key at http://www.wunderground.com/weather/api.

git clone https://github.com/invisiblefunnel/is-it-snowing.git
cd is-it-snowing/
bundle install
cp sample.env .env # update api key and city
shotgun

Deploy

heroku create <app name>
heroku config:set WUNDERGROUND_API_KEY=yourapikey
heroku config:set CITY=Charlotte
heroku config:set STATE=NC
git push heroku master
heroku open