- run
pip install -r requirements.txtto install the dependencies - get an API key from OpenWeatherMap
- run
export OPENWEATHERMAP_KEY="your_api_key"to make it accessible to the seanweather scripts - create the initial database by running
python -m app.database - launch seanweather by running
python wsgi.py
Check out the live version