A Django weather web-application that shows the current conditions as well as a three day forecast for a given location
This weather application is powered by the free version of Weather API. The front end is built using Bootstrap, while the back end is powered by the Django framework. Users can search for weather information by entering any of the following into the search bar:
- City Name
- US Zipcode
- UK Postcode
- Canada Postcode
- 3 Digit Airport Code
- Latitude & Longitude
Successful searches will return the current conditions, as well as a three-day forecast for the given location.
- Location
- Time of search
- Current Temperature
- Current Feels-Like Temperature
- Description of Conditions
- Wind Speed & Direction
- Special Weather Alerts (if applicable)
- Date
- Hi/Low Temperatures
- Description of Conditions
- Sunrise Time
- Sunset Time
This project was inspired by a Codemy tutorial course from John Elder. The tutorial project included a web-application that displayed air quality conditions for a given zipcode, utilizing the AirNow API.
This project was developed using:
- Bootstrap 5.0.2
- Python 3.9.2
- Django 3.2.4
Nathan Brown - @_N8_Brown - contact@nathanabrown.com