Common Computer Science References
At the end of this lesson, you will be able to:
understand and use JSON (JavaScript Object Notation)
how do computer programs talk to each other, if they are using different programming languages?
what is JSON: https://www.youtube.com/watch?v=7mj-p1Os6QA
what is async await:
some things on the internet take time and we need to wait for them
create a web page that will do the following:
fetches the current weather and displays it
see Google Classroom for URL
use the icon list (https://openweathermap.org/weather-conditions) to display the current weather image
do the above program in PHP
you can just use 1 pageĀ