Generate a weather report using the WUnderground API.
gem install dotenvcp .env.example .env- get an API key from Rachel, or use your own. Replace the
WEATHER_UNDERGROUND_API_KEYvalue in.envwith this key.
ruby weather_report.rb- OR:
ruby weather_report.rb -z 11215- Optionally specific a zip code using the-zflag.
ruby tests/_test_suite.rb