Skip to content

A Django weather web-application that shows the current conditions as well as a three day forecast for a given location

Notifications You must be signed in to change notification settings

N8Brown/weather_app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sunshine Weather Staion

A Django weather web-application that shows the current conditions as well as a three day forecast for a given location

Weather Application

About

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.

Current Conditions Data Includes:

  • Location
  • Time of search
  • Current Temperature
  • Current Feels-Like Temperature
  • Description of Conditions
  • Wind Speed & Direction
  • Special Weather Alerts (if applicable)

3-Day Forecast Data Includes:

  • Date
  • Hi/Low Temperatures
  • Description of Conditions
  • Sunrise Time
  • Sunset Time

Inspiration

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.

Technologies

This project was developed using:

  • Bootstrap 5.0.2
  • Python 3.9.2
  • Django 3.2.4

Weather API Logo

Meta

Nathan Brown - @_N8_Brown - [email protected]

https://www.weatherstation.nathanabrown.com/

https://github.com/N8Brown/weather_app

About

A Django weather web-application that shows the current conditions as well as a three day forecast for a given location

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published