Retrieves the forecasted weather.
Retrieves the forecasted weather from Dark Sky.
Example #1 - Retrieves the forecasted weather: Url: /weather/forecast
Query: None
Response: { "daily": [ { "description": "Today", "high": 60.54, "icon": "rain", "low": 37.95, "summary": "Drizzle in the morning." }, ... }