2.0.0 • Published 5 years ago

calling-codes v2.0.0

Weekly downloads
5
License
ISC
Repository
github
Last release
5 years ago

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',
}
2.0.0

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago