Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

private-country-list-js

Country list with ISO2, ISO3 code, continent, capital, dialing code

country, geopolitical, iso2, iso3, phone, continent, capital, region

readme

Country List JS

This module was forked from https://github.com/i-rocky/country-list-js and add findByContinent function for my own use.

Searching

Searches can be conducted by any of the following methods:

...
var found = country.findByContinent('Asia');
...