diff --git a/index.html b/index.html new file mode 100644 index 00000000..711546aa --- /dev/null +++ b/index.html @@ -0,0 +1,36 @@ + + +
+ + +${resp.weather[0].main} - ${resp.weather[0].description}
+Feels like: ${Math.round(resp.main.feels_like)}°F
+Humidity: ${resp.main.humidity}%
+Wind: ${Math.round(resp.wind.speed)} mph
+${Math.round(day.main.temp)}°F
+${day.weather[0].main}
+