Skip to content

hidimpu/Weather

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weather

Weather Preview App

Its a Weather Preview Application made with Python Django that shows Temperature of any desired location as you Push data into it.

Steps to run-

  1. Type this on Terminal in the exact directory where you cloned this App

    pip install -r requirements.txt
  2. Type this on terminal

    python manage.py runserver
  3. On your Browser, type this URL

        http://127.0.0.1:8000/ 

See this Project live on cloud at: [Weather]https://weatherappbyd.herokuapp.com/