/** * 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 */
7
8
9
10
11
1
2
3
4
5
6
* Query: ??? (https://openweathermap.org/current)
* NOTE: It says you need to include `appid` in your query, but you can skip that this time
*/
/**
* Challenge part 1: GET the current weather for your city with