Weatehrly is an weather app using Darksky API. It can display weather data according to users location. It can also update data while user is moving/traveling.
- Fetch data from Darksky API.
- Show weekly data into UICollection view.
- Set proper Autolayout for all devices.
- Show hourly data with linear curvature graph
- Persist parsed data into coredata/SQLite
- Integrate google location API for searching and showing data desired location's weather info.