Climatologist is a basic weather lookup, with built in caching.
Climatologist takes any human-readable address in the United States and returns a weather forecast generated by the NOAA.
Caching resets in 30 minutes or when the hour changes, whichever comes first.
There are three simple services in lib/services that handle API calls. Redis handles caching.
Unit testing is handled using cassettes, generated the first time testing is executed.