Fix link for finding cities in OpenWeather

This commit is contained in:
Vincent Yang
2018-08-21 01:04:58 -07:00
committed by GitHub
parent 7fb0ec12dd
commit 0b9d4f17ab

View File

@@ -59,7 +59,7 @@ var config = {
position: "top_right",
config: {
location: "New York",
locationID: "", //ID from http://www.openweathermap.org/help/city_list.txt
locationID: "", //ID from http://bulk.openweathermap.org/sample/; unzip the gz file and find your city
appid: "YOUR_OPENWEATHER_API_KEY"
}
},