Get All Countries Information
const { getAllCountries } = require('countrys-info');
// Get information about all countries
const allCountriesData = getAllCountries(['name_en', 'code_2']);
console.log(allCountriesData);Last updated
const { getAllCountries } = require('countrys-info');
// Get information about all countries
const allCountriesData = getAllCountries(['name_en', 'code_2']);
console.log(allCountriesData);Last updated