Update weather.js

This commit is contained in:
Miguel R. Ávila 2020-08-31 23:13:15 -05:00 committed by GitHub
parent 8500b7f01b
commit 190d5d1129
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,7 @@ var tempUnit = 'C';
const KELVIN = 273.15; const KELVIN = 273.15;
// Use your own key for the Weather, Get it here: https://openweathermap.org/ // Use your own key for the Weather, Get it here: https://openweathermap.org/
const key = 'aa5b0a76dfbf87441928fb3cc32d3d69'; const key = 'aa5b0a76dfbf87541928fb3cc32d3d69';
// Set Position function // Set Position function
setPosition(); setPosition();