0.1.4 • Published 2 years ago
area-code-list v0.1.4
Install
npm install area-code-listyarn add area-code-listUsage
import countries from "area-code-list";Get name of the country
name = countries.getCountryByName("阿富汗");Get code of the country
code = countries.getCountryByCode("+93");Get list of all country names
names = countries.getCountries();Get name of the ShortName
name = countries.getCountriesByShortName("AF");Get code of the En
code = countries.getEnToCountry("Afghanistan");Get list of all GroupEn
names = countries.getGroupEnToCountry("A");Get list of all GroupCn
names = countries.getGroupCnToCountry("A");Inspired by 灵感来自
- @datasets/country-list