1.0.2 • Published 8 years ago

random-mobile v1.0.2

Weekly downloads
97
License
MIT
Repository
github
Last release
8 years ago

random-mobile

Generate a random (U.S.) mobile phone number.

MIT License

build:? coverage:?

Install

$ npm install --save random-mobile

Usage

var randomMobile = require('random-cn-mobile');

// API
// - randomMobile([options]);

// options
// - formatted

randomMobile();
// => '2617613391'

randomMobile({ formatted: true });
// => '267 456-1002'

Related

Contributing

Pull requests and stars are highly welcome.

For bugs and feature requests, please create an issue.