Skip to content

Some example code to demonstrate some of the ways you can deal with telephone numbers using JS and Node.js

Notifications You must be signed in to change notification settings

lukaswhite/telephones-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Telephones JS

This repository contains a bunch of code illustrating some of the ways in which you can use JS to handle telephone numbers.

There are two principal components; an extremley simple Node.js / Express app demonstrating this JQuery plugin along with Google's libphonenumber.

The second is a really simple example of how you might use the data from this library to deal with international dialling codes.

This code is designed to accompany this article.

##Demo App

To install and run the app:

npm install
bower install
node server.js

##Dialling Codes Library

Take a look in tests/intl-dialling-codes.js for example usage, or to run the tests yourself:

mocha tests/intl-dialling-codes.js

About

Some example code to demonstrate some of the ways you can deal with telephone numbers using JS and Node.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages