scrimba
Frontend Career Path
Working with APIs
URLs & REST
Query String Practice - OpenWeatherMap API
Go Pro!Bootcamp

Bootcamp

Study group

Collaborate with peers in your dedicated #study-group channel.

Code reviews

Submit projects for review using the /review command in your #code-reviews channel

Query String Practice - OpenWeatherMap API
AboutCommentsNotes
Query String Practice - OpenWeatherMap API
Expand for more info
index.js
run
preview
console
/**
* Challenge part 1: GET the current weather for your city with
* the Open Weather API and log it to the console.
*
* BaseURL: https://apis.scrimba.com/openweathermap/data/2.5/
* Endpoint: /weather
* Query: ??? (https://openweathermap.org/current)
* NOTE: It says you need to include `appid` in your query, but you can skip that this time
*/

Console
/index.html
-4:35