Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 361 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 361 Bytes

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