Skip to content

amanasati11/Weather-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weather App

This repository implements a weather app that uses Open Weather API and Django as a backend framework to get live weather status.

Screenshots

d

Features

  • Get Real-Time Weather Information of a City!

How To Use

Clone project & Install Requirements

Make sure you have already installed python3 and git.

$ git clone https://github.com/amanasati11/Weather-app.git && cd Weather-app
$ pip install -r requirements.txt

Migrate & Collect Static

$ cd src && python manage.py migrate
$ python manage.py collectstatic

Create Admin User

$ python manage.py createsuperuser

Run Server

$ python manage.py runserver

Enter your browser http://localhost:8000/. You can login via admin in http://localhost:8000/admin/.

Project Structure

├───.idea
│   └───inspectionProfiles
├───the_weather
│   └───__pycache__
└───weather
    ├───migrations
    │   └───__pycache__
    ├───templates
    │   └───weather
    └───__pycache__

About

This repository implements a weather app that uses Open Weather API and Django as a backend framework to get live weather status.

Topics

Resources

Stars

Watchers

Forks

Contributors