01. Bujumbura πŸ‘©β€πŸŽ“πŸ‘¨β€πŸŽ“

Bujumbura

Instructions

  • Using the starter code add in the missing code necessary to accomplish the following:

    • Query the OpenWeatherMap API for the current weather data on Bujumbura, Burundi.

    • Log the retrieved data from this query to console.

    • Parse the retrieved data to display wind speed, humidity, and temperature information into the HTML.

πŸ’‘ Hint

You will need to request an API key from the website.

πŸ† BONUS

If you have completed the activity and want to further your knowledge, work through the following challenge:

How to convert the Kelvin temperature provided into Celsius.


βœ… Solutions

Solutions Click Here