https://github.com/shyamsundernt/restcountres-fetch-api
Restcountries & Weather using fetch API
https://github.com/shyamsundernt/restcountres-fetch-api
css fetch-api html javascript rest-api weather-api
Last synced: over 1 year ago
JSON representation
Restcountries & Weather using fetch API
- Host: GitHub
- URL: https://github.com/shyamsundernt/restcountres-fetch-api
- Owner: ShyamSunderNT
- Created: 2024-05-02T14:48:28.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-02T15:02:44.000Z (about 2 years ago)
- Last Synced: 2025-02-06T00:06:54.276Z (over 1 year ago)
- Topics: css, fetch-api, html, javascript, rest-api, weather-api
- Language: JavaScript
- Homepage: https://rest-countres-api.netlify.app/
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Restcountries & Weather using fetch API
Implement the rest countries and Open weather map APIs using fetch() API.
This project contains the combination of two api's listed below.This project listed all the country details and can able to get the weather details of the particular country. Also I added the Testcase validate script to website. All the testcases are passed. And this website is responsive
API's:
Rest Countries API - https://restcountries.com/v3.1/all
Open Weather API - https://api.openweathermap.org/data/3.0/onecall?lat={lat}&lon={lon}&exclude={part}&appid={APIkey}
Please find the deployed url of the project below
https://rest-countres-api.netlify.app/