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: 2 months ago
JSON representation
Restcountries & Weather Fetch Using API
- Host: GitHub
- URL: https://github.com/santhoshs50/async_day_2_task
- Owner: SanthoshS50
- Created: 2023-11-28T13:24:15.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-01T14:44:19.000Z (over 2 years ago)
- Last Synced: 2025-10-06T15:46:57.066Z (9 months ago)
- Topics: bootstrap, css, fetch-api, html, javascript, json, promise
- Language: JavaScript
- Homepage: https://async-day-2-task.vercel.app
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
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.