0.0.4 • Published 5 years ago

nodemobilecode v0.0.4

Weekly downloads
14
License
-
Repository
github
Last release
5 years ago

MobileCode

Utility Mobile code

Insatllation

npm install nodemobilecode --save

Usage

const nodemobilecode = require('nodemobilecode');

const mobileCode = new nodemobilecode(10);

const phoneList = "6172201234", "9051234567", "9087654321";

// Add the phone list

phoneList.forEach(phone => mobileCode.add(phone));

// Show all the codes

console.log("Here are the code list:")

mobileCode.list();

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago