npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

number-pad

1.0.1

@mafintosh

npmHomeRepoSnykSocket
Downloads:2
$ npm install number-pad
DailyWeeklyMonthlyYearly

number-pad

Convert a string to a number based on a classic phone number pad encoding

build status

number-pad

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