Skip to content

Latest commit

 

History

History
53 lines (38 loc) · 1.85 KB

README.md

File metadata and controls

53 lines (38 loc) · 1.85 KB

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 - contact@nathanabrown.com

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

https://github.com/N8Brown/weather_app