Skip to content

Personal project to practice my knowledge of Django's framework

Notifications You must be signed in to change notification settings

KaloyankerR/Django-Weather-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Weather app

Displays the weather temperatures in different cities and saves the information.
The user can add and delete cities from the home page.
You can't add cities, which are already in the list or don't exists. A message is displayed, when a city is successfully added and when an error occures.

About The Project

Product Name Screen Shot

Built With

  • Python
  • Django
  • Jinja

Getting Started

To get a local copy up and running follow these simple example steps.

Installation

  1. Get a free API Key at https://openweathermap.org
  2. Clone the repo
    git clone https://github.com/KaloyankerR/Django-Weather-app.git 
  3. Install Django
    pip install django
  4. Enter your API in ./weather/base/views.py
    api_key = 'ENTER YOUR API';

Usage

This project can be used to monitor the temperature in different cities.

Acknowledgments

I've included a few of my favorites to kick things off!

About

Personal project to practice my knowledge of Django's framework

Topics

Resources

Stars

Watchers

Forks