diff --git a/index.html b/index.html new file mode 100644 index 00000000..41605e73 --- /dev/null +++ b/index.html @@ -0,0 +1,25 @@ + + +
+ + +Temperature: ${main.temp}°F
+Conditions: ${weather[0].description}
+Temperature: ${item.main.temp}°F
+Conditions: ${item.weather[0].description}
+