victormartinez / umbrella

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Umbrela

Should you take a umbrella these days?

How to run

  1. Create a virtualenv and install the requirements.
$ pip install -r requirements_dev.txt
  1. From the project root, run the command:
OPEN_WEATHER_API_KEY="YOUR_API_KEY_GOES_HERE" python -m umbrella.app --lat -21.1794579 --lon -47.8726259

PS: replace YOUR_API_KEY_GOES_HERE by your Open Weather api key.

Makefile

This project uses a makefile with the following commands:

  • clean: remove pyc and pycache.
  • check: check for formatting errors.
  • black: apply the code formatter.
  • test: run the tests.

About


Languages

Language:Python 95.9%Language:Makefile 4.1%