Fixed comments

This commit is contained in:
Rod 2020-08-14 13:20:46 -05:00
parent 8b70add01d
commit 7fb5893613

View File

@ -9,7 +9,7 @@ weather.temperature = {
}; };
const KELVIN = 273; const KELVIN = 273;
// You can use your own key for the Weather // Use your own key for the Weather, Get it here: https://openweathermap.org/
const key = 'aa5b0a76dfbf87441928fb3cc32d3d69'; const key = 'aa5b0a76dfbf87441928fb3cc32d3d69';
// Set Position function // Set Position function