A Simple Weather app that uses Alamofire to retrieve weather data from OpenWeather API
The app uses the user's current location and retrieves the weather data of that area from the Open Weather API in the form of JSON and then parses it to scrape the data which is useful.
OpenWeather for their API.
Devslopes for teaching how to make this project.
Alamofire Used it to parse through the JSON
Made by: Raghav Vashisht