Skip to content

Commit 97bf36e

Browse files
committedAug 30, 2021
update readme
1 parent 60dd90c commit 97bf36e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed
 

‎README.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,8 @@ pip install -r requirements.txt
3636

3737
All the variables needed to configure `wdash` are in `config.yml`.
3838

39-
#### `CITY_ID`
40-
The city ID (an integer) for your city as per [OpenWeatherMaps search API](https://openweathermap.org/find). Enter your city and country name and the resulting url (e.g., https://openweathermap.org/city/5403676) contains the integer city ID (in this example, 5403676).
41-
39+
#### `LAT` and `LON`
40+
Any latitude and longitude in the world.
4241

4342
#### `DB_HOST`
4443
The host of your mongodb instance, e.g., `localhost`

0 commit comments

Comments
 (0)
Please sign in to comment.