calling-codes
v2.0.0
Published
A list of international calling codes
Downloads
7
Maintainers
Readme
Calling Codes
A simple data set of country calling codes.
Installation and usage
npm install calling-codes -D
Import the data into your JavaScript using:
import countries from 'calling-codes'
You then have access to all of the data using countries
Each item has the following properties:
{
name: 'string',
callingCode: 'string',
}