weather: switch to OpenWeatherMap

public yahoo api was shut down on Jan 3, 2019
This commit is contained in:
2021-05-20 14:00:35 +00:00
parent 586bdceca9
commit b6b8d91592
2 changed files with 26 additions and 23 deletions

View File

@ -1,2 +1,3 @@
DATABASE_URI=postgresql://<pgsql user>:<pgsql password>@<pgsql host>:<pgsql port>/<pgsql database>
GOOGLE_API_KEY=<google api key>
OPENWEATHERMAP_API_KEY=<openweathermap api key>