number-pad
v1.0.1
Published
Convert a string to a number based on a classic phone number pad encoding
Readme
number-pad
Convert a string to a number based on a classic phone number pad encoding

npm install number-padUsage
var numberPad = require('number-pad')
console.log(numberPad('data')) // 3282Command line
You can install the command line module as well
npm install -g number-pad
number-pad data # prints 3282License
MIT
