Skip to content

timobure/weatherapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Weather App

A Django Application that consumes DarkSky weather API to show weather condition in Nairobi

Table of Contents

About The Project

A Django Application that consumes DarkSky weather API to show weather condition in Nairobi.

Built With

  • Python
  • Django

Getting Started

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

Prerequisites

  • Python 3.7+

Installation

  1. Clone the repo
git clone https://github.com/timobure/weatherapp.git
  1. Make a virtual environment
mkvirtualenv --python=python3.7 weatherapp
  1. Install pip packages in the virtual env
pip install -r requirements.txt
  1. Go to weatherapp -> settings.py and fill the empty 'DARK_SKY_API_KEY' variable with your key

  2. CD into weatherapp dir and Fire up the django server

./manage.py runserver

and view the result in 127.0.0.1:8000 6. To run test,

./manage.py test

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Timon Obure - [email protected]

Project Link: https://github.com/timobure/weatherapp.git

About

A Django Application that consumes DarkSky weather API to show weather condition in Nairobi.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published