Skip to content

issei416/TASK-DAY-17-Weather

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

REST countries and WEATHER API

This site has all rest countries data fetched from rest countries api v3.1

Each country is displayed in a card
Each card has the following to display:

  • country flag
  • country name
  • country capital
  • region
  • country code

Each coutry card has a button which enables us to check the weather of the country at the fetched lat and lon from the rest api
The weather car has the following to display:

  • weather icon
  • cloud condition
  • temperature (in C)
  • wind speed (in km/h)

To view this site click here

About

REST countries Weather API using DOM and async/await

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published