Note I just made some modifications to make it work.
Download GeoIP city location databaseUncompress and rename togeo.mmdb
-
Set in terminal with
export FORECAST_API_KEY_LOCATION =...
-
Set in terminal with
export FORECAST_API_KEY_LOCATION =...
-
Install the Python requirements
make install
-
Run with
python3 ./src/main.py
- Set your
FORECAST_API_KEY_WEATHER
. Create an .env file. - Set your
FORECAST_API_KEY_LOCATION
. Create an .env file.
Requires 18.02.0+
docker-compose up
Runmake test
Runmake lint