Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 8 hours 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 (9 months ago)
- Default Branch: main
- Last Pushed: 2024-05-02T15:02:44.000Z (9 months ago)
- Last Synced: 2024-05-03T01:43:08.909Z (9 months 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 belowhttps://rest-countres-api.netlify.app/