A weather data app that fetches weather of a particular location with the help of this API : (https://openweathermap.org/api)
- Home("/")
- Search result page("/search")
- Subscribe ("/subscribe")
- Search city by name
- Auto-detect city
- Represent weather data in graphs
- Subscribe (recieve email every day about weather in the given location)
- Temperature (high and low temperatures of each day with exact temp)
- Humidity and wind speed measure
- Weekly weather data
- Alerts
- Timezone with time
- Fork the repo and clone it to your local system
- Keep the fork in sync with the master repo before commiting any changes Syncing a repo
- Comment on the given issues so that a mentor can assign it to you for working on it
- Work on an issue only if it is assigned to you
- Prefer working on a separate branch than master to get rid of merge and clash issues
- Do not forget to mention the issue number in PR by using "#issue_no"
- Make sure to submit a PR within 2 days of being assigned the issue