Skip to content

sharnett/myweather

Repository files navigation

  1. run pip install -r requirements.txt to install the dependencies
  2. get an API key from OpenWeatherMap
  3. run export OPENWEATHERMAP_KEY="your_api_key" to make it accessible to the seanweather scripts
  4. create the initial database by running python -m app.database
  5. launch seanweather by running python wsgi.py

Check out the live version