Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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/