- 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_KEYto have metrics at Google Analytics - Install the Python requirements
make install - Run with
python3 main.py
Requires 18.02.0+
- Edit
docker-compose.ymlwith your keys
docker-compose build
docker-compose up
### Running unit tests
- Run
make test
### Run lint
- Run
make lint