From 73c828096e2e2afbae1c695870587f0d57be6b6e Mon Sep 17 00:00:00 2001 From: "Seraphim R.P" Date: Mon, 7 Feb 2022 23:19:59 -0500 Subject: [PATCH] Update index.js --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index cb83e2f..2d73fb6 100644 --- a/index.js +++ b/index.js @@ -20,7 +20,7 @@ let DATA = { async function setWeatherInformation() { await fetch( - `https://api.openweathermap.org/data/2.5/weather?q=port%20huron&appid=${process.env.OPEN_WEATHER_MAP_KEY}&units=imperial` + `https://api.openweathermap.org/data/2.5/weather?q=fenton%2C%20michigan&appid=${process.env.OPEN_WEATHER_MAP_KEY}&units=imperial` ) .then(r => r.json()) .then(r => {