number-pad
v1.0.1
Published
Convert a string to a number based on a classic phone number pad encoding
Downloads
3
Readme
number-pad
Convert a string to a number based on a classic phone number pad encoding
npm install number-pad
Usage
var numberPad = require('number-pad')
console.log(numberPad('data')) // 3282
Command line
You can install the command line module as well
npm install -g number-pad
number-pad data # prints 3282
License
MIT