A small app that tells you the weather for a zip code
Install dependencies
./bin/setup
Run the app locally in development mode
./bin/dev
If you do not have the master.key setup or available, you'll need to register with weatherapi.com and get an API key. Use WEATHER_API_TOKEN
as an ENV var for fetching the weather:
WEATHER_API_TOKEN=88888CHANGEME8888888 ./bin/dev
Run the specs
bundle exec rspec