Go to file
Rebecca Hankey eb40603441 I added the code for the three missing methods so
that the riddles would work.

1. I regularly use the weather app on my phone. This http request
would rely on a few different factors. It would need to call upon
location first, then pull data based on that location and display it.
This is complicated by the requests for additional informaiton
such as humidity, sun rise and set, percipitation, etc. However,
I think those would all pull fom similar or the same database(s). I
Thikn that there is something interesting though in the push notifications
that come through when thereis an emergency weather alert.

It would have to establish the route, the params would call the
location and status information that the app would need to access
accurate data to display, then the response would be the answers to the
queries.

2. This lab really helped me conceptualize the process of such technological
connections. I always knew that the things we "call upon" in our
computational daily lives are complex and have so many moving parts.
One struggle I had in this lab was that when I was coding the response
lines I used the word 'error' instead of 'errors'. The one little 's'
threw the entire system into an error (ironically).
2025-04-19 14:38:54 -04:00
.commit_template Initial commit 2025-02-03 22:28:01 +00:00
.gitignore Initial commit 2025-02-03 22:28:01 +00:00
api.py I added the code for the three missing methods so 2025-04-19 14:38:54 -04:00
client.py Initial commit 2025-02-03 22:28:01 +00:00
notes.md I made inferences about the cde in the first 32 2025-04-19 13:38:58 -04:00
poetry.lock Initial commit 2025-02-03 22:28:01 +00:00
pyproject.toml Initial commit 2025-02-03 22:28:01 +00:00