diff --git a/README.md b/README.md index 196b62f..38832f0 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# JSDR 213 - April 5, 2023 +# SEIR 0508 ### Open Weather API @@ -12,7 +12,7 @@ Lets look at the documentation for the API together. Once you get a key, enter i `http://api.weatherapi.com/v1/current.json?key=${key}&q=${city}&aqi=no` ``` -We're going to use the app Insomnia (or Postman, if you are already familar with that) to test our cities, and our key. We can see how single worded cities like London, Paris, or Boston will work. How can we make a call for a city like New York, Los Angeles, or Rio de Janero? Let's plug a few of these different cities into the app to see what the call looks like, and to see what kind of data we are working with. +We're going to use the ThunderClient extension to test our cities, and our key. We can see how single worded cities like London, Paris, or Boston will work. How can we make a call for a city like New York, Los Angeles, or Rio de Janero? Let's plug a few of these different cities into the app to see what the call looks like, and to see what kind of data we are working with. @@ -65,4 +65,3 @@ Will ...q=sanfrancisco... in the url work? Once you have your data logged, add in some style through a CSS file. It looks like our Weather has an icon as well, can we have that image rendered on screen? -This lab/HW will be due 4/12/23 at the beginning of class