jmp0

Results 2 issues of jmp0

client.getCurrentWeather(q=loc) (in actions.py line 33) fails as apixu has changed the api. Solve this issue by replacing client.getCurrentWeather(q=loc) with current = client.current(q=loc) to run according to the current code in...

According to the readme there should be an example.env on the root, but I see that you added .env to you .gitignore so I guess that's is why there's none....