random-mobile

1.0.2 • Public • Published

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.

Package Sidebar

Install

npm i random-mobile

Weekly Downloads

287

Version

1.0.2

License

MIT

Last publish

Collaborators

  • bubkoo