Weatherman is a simple api to get weather data from a local area.
GET /api/daily returns a description of the expected weather conditions throughout the day.
GET /api/now returns a description of the weather conditions within the next hour.
GET /api/summary returns a summary of both of the above in a HTML format.