Skip to content

Latest commit

 

History

History
41 lines (23 loc) · 940 Bytes

README.md

File metadata and controls

41 lines (23 loc) · 940 Bytes

Virgencita del tiempo climático

Build Status

Note I just made some modifications to make it work.

Setup

Manually

  • 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

Dockerfile

  • Set your FORECAST_API_KEY_WEATHER. Create an .env file.
  • Set your FORECAST_API_KEY_LOCATION. Create an .env file.

How to test locally

Requires 18.02.0+

docker-compose up

 Running unit tests

  • Run make test

 Run lint

  • Run make lint