Skip to content

A weather forecast app. Allows users to search for the weather in any major city in the world.

Notifications You must be signed in to change notification settings

tlotlegomgp/weather-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MGP Weather

A weather forecast app. Allows users to search for the weather in any major city in the world.

Hosted on Heroku using a free plan. Site might take a moment to open on first launch.

Tech stack:

  • Python 3.8
  • Django 3.2
  • Bootstrap
  • OPENWEATHER API

How to run locally:

After cloning the app down to your machine, navigate into the root directory of the project.

  1. Install project requirements:
    pip install -r requirements.txt
  1. Migrate and run project:
    python manage.py migrate
    python manage.py runserver

About

A weather forecast app. Allows users to search for the weather in any major city in the world.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published