diff --git a/README.md b/README.md deleted file mode 100644 index 4638c655..00000000 --- a/README.md +++ /dev/null @@ -1,5 +0,0 @@ -## Weather Project - -This project has been created by a student at Parsity, an online software engineering course. The work in this repository is wholly of the student based on a sample starter project that can be accessed by looking at the repository that this project forks. - -If you have any questions about this project or the program in general, visit [parsity.io](https://parsity.io/) or email hello@parsity.io. diff --git a/weather.html b/weather.html new file mode 100644 index 00000000..ea750f75 --- /dev/null +++ b/weather.html @@ -0,0 +1,32 @@ + + +
+ + +City: ${weatherData[0].name}
+Conditions: ${weatherData[0].description}
+${item.temperature} °F
+${item.description}
+