https://github.com/shobanamuthiah/day-7-task
Getting details through REST countries API
https://github.com/shobanamuthiah/day-7-task
javascript rest-api rest-countries-api
Last synced: 14 days ago
JSON representation
Getting details through REST countries API
- Host: GitHub
- URL: https://github.com/shobanamuthiah/day-7-task
- Owner: ShobanaMuthiah
- Created: 2024-03-30T14:22:34.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-22T07:00:05.000Z (about 2 years ago)
- Last Synced: 2025-11-30T09:19:24.493Z (7 months ago)
- Topics: javascript, rest-api, rest-countries-api
- Language: JavaScript
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
Day 7 Task:-
Task 1:
=> functioning to get details of all countries through REST API.
a. Get all the countries from Asian continent,region using Filter function
b. Get all the countries with a population of less than 2 lakhs using Filter function
c. Print the following details name, capital, flag, using forEach function
d. Print the total population of countries using reduce function