Skip to content

reynico/virgencita

Repository files navigation

Virgencita del tiempo climático

Build Status

Setup

  • Download GeoIP city location database
  • Uncompress and rename to geo.mmdb
  • Set your FORECAST_API_KEY_1. Create an account at DarkSky
  • Set your FORECAST_ANALYTICS_KEY to have metrics at Google Analytics
  • Install the Python requirements make install
  • Run with python3 main.py

How to test locally

Requires 18.02.0+

  • Edit docker-compose.yml with your keys
docker-compose build
docker-compose up

### Running unit tests

  • Run make test

### Run lint

  • Run make lint