An application showcasing the weather for a entered city.
- On the Home page, enter the city name
- Fetch and Parse JSON for RESTful API
- On the Weather Detail Page, shows the city name, weather description, temperature, humidity, wind and precipitation
- Adds Logging,
// MARK:
, and Comments