Weather App
+Weather Garden
+Garden
+ + +Weather for the city of Seattle
+ + + + +tempcount
+ + +diff --git a/.gitignore b/.gitignore index 31b153a9b..8ad729bbf 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ .vscode .DS_Store node_modules -.cache \ No newline at end of file +.cache +.env \ No newline at end of file diff --git a/README.md b/README.md index 8e4b04468..54fd2e74e 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,26 @@ # Weather Report +## Team Plan + +* Access needs + * No working on the weekend! + * defined end times <3 + * Let's aim for submission deadline of next Wednesday + * don't work on it on your own. let's work on it together. +* Your learning style + * if one person doesn't get it, the other person shouldn't move on without their partner. + * instead, we should work together until everyone understands before moving on. + * J: hands-on learning, speaking out loud the problem, diagrams are useful, knowing the why of why we're doing something + * L: hands-on learning, knowing the why, speaking out loud the problem, sometimes I need to be slow about understanding it and need to get it before moving on. +* How you prefer to receive feedback + * J: always constructive, don't take it personal, let me know if there's something I'm doing that's not working for you + * L: direct, timely, let me know if there's something I'm doing that's not working for you +* One team communication skill you want to improve with this experience + * making a plan up front for what works (which we're doing) + * put your seatbelt on + * time management! + + ## Skills Assessed - Following directions and reading comprehension diff --git a/ada-project-docs/useful links we found b/ada-project-docs/useful links we found new file mode 100644 index 000000000..ce5aed7f8 --- /dev/null +++ b/ada-project-docs/useful links we found @@ -0,0 +1,3 @@ +https://api.openweathermap.org/data/2.5/weather this is where to call the api + +here is the documentation website for open weather: https://openweathermap.org/current \ No newline at end of file diff --git a/index.html b/index.html index 68b320b9a..cd8d78bed 100644 --- a/index.html +++ b/index.html @@ -4,9 +4,43 @@ + +
Garden
+ + +Weather for the city of Seattle
+ + + + +tempcount
+ + +