/DAILY-TASK-DAY-17

Getting Countries Data and Weathers Data by using fetch() API

Primary LanguageJavaScript

Restcountries & Weather using fetch API

Implementing Rest Countries and Open Weather Map APIs using fetch() API

  • Getting All Countries details from Restcountries API

  • Getting All Countries Weather details from openweathermap API

  • By using fetch() API will get both Countries datas & Weather datas and display them as Cards.

  • Have coded the above function in script.js and imported inside the body element of index.html

  • Click Here to get the deployed website.