Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/santhoshs50/async_day_2_task
- Owner: SanthoshS50
- Created: 2023-11-28T13:24:15.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-01T14:44:19.000Z (about 1 year ago)
- Last Synced: 2023-12-01T15:40:38.468Z (about 1 year 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.