calling-codes

2.0.0 • Public • Published

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

Package Sidebar

Install

npm i calling-codes

Weekly Downloads

2

Version

2.0.0

License

ISC

Unpacked Size

14.7 kB

Total Files

3

Last publish

Collaborators

  • anthwinter