Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/santhoshs50/async_day_2_task

Restcountries & Weather Fetch Using API
https://github.com/santhoshs50/async_day_2_task

bootstrap css fetch-api html javascript json promise

Last synced: about 2 months ago
JSON representation

Restcountries & Weather Fetch Using API

Awesome Lists containing this project

README

        

# RESTCOUNTRIES & WEATHER FETCH USING API

This is the Task for Async programming Day_2 (28.11.2023)

The Task involves creating a web page that fetches and displays information about countries using the Restcountries API, Including flags, Capital, Region, and latitude/longitude. Additionally, it incorporates OpenWeatherMap API to fetch and display weather information for each country upon button click, utilizing JavaScript and Bootstrap for styling.