It is an application that can forecast three days of weather using user's address (optional) and pin/zip/postal-code (required). For better working of the application it is recommended to enter address. This app gets user's geolocation using api from https://developer.mapquest.com/ and weather forecast from api of https://www.weatherapi.com/ To run this app, please follow the following steps:
- Sign Up on https://developer.mapquest.com/ and enter the api key recieved in data.csv under GEOLOC_API_KEY
- Sign Up on https://www.weatherapi.com/ and enter the api key recieved in data.csv under WEATHER_API_KEY
- Run the app