https://github.com/curiouslearner/weatherango
An App to visualize various weather parameters in any city for specific date range
https://github.com/curiouslearner/weatherango
Last synced: about 1 year ago
JSON representation
An App to visualize various weather parameters in any city for specific date range
- Host: GitHub
- URL: https://github.com/curiouslearner/weatherango
- Owner: CuriousLearner
- License: gpl-3.0
- Created: 2016-05-09T17:59:17.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-05-12T20:05:36.000Z (about 10 years ago)
- Last Synced: 2024-04-14T00:53:30.990Z (about 2 years ago)
- Language: Python
- Size: 28.3 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Weatherango
An App to visualize various weather parameters in any city for specific date range.
If the weather station is not visible in drop down, you can add available weather stations by clicking on `ADD NEW WEATHER STATION`.
### Installation
- Activate virtual environment and install dependencies:
```bash
$ pip install -r requirements.txt
```
- Generate your `WUNDERGROUND_API_KEY` from [Wunderground.com](https://www.wunderground.com/weather/api/)
- Set up `SECRET_KEY` and `WUNDERGROUND_API_KEY` as env variables
```bash
(venv) $ export SECRET_KEY='c)sd34%#--329@#$*^49mm#$%j34234!#$j)yr3=%4e*'
(venv) $ export WUNDERGROUND_API_KEY="344eev246sdf"
```
- Now run server by:
```bash
(venv) $ python manage.py runserver
```
The app is up and running at [localhost:8000](http://127.0.0.1:8000)
#### Warning:
Please use the date range of less than approx a week. This is because of wunderground API call limitations.