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

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

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