0.0.0 • Published 8 years ago

random-cn-mobile v0.0.0

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

random-cn-mobile

Generate a random (CN) mobile phone number.

MIT License

build:? coverage:?

Install

$ npm install --save random-cn-mobile

Usage

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

// API
// - randomMobile();
// - randomMobile(tsp);

randomMobile();
// => 18912345678

randomMobile(135);
// => 13534567890

Related

Contributing

Pull requests and stars are highly welcome.

For bugs and feature requests, please create an issue.