Skip to content

Latest commit

 

History

History
58 lines (48 loc) · 2.08 KB

README.md

File metadata and controls

58 lines (48 loc) · 2.08 KB

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!