Skip to content

anthwinter/calling-codes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

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

About

A list of international calling codes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published