Skip to content

Latest commit

 

History

History
29 lines (14 loc) · 298 Bytes

README.md

File metadata and controls

29 lines (14 loc) · 298 Bytes

Super-T9

Super T9 Phone Keypad to Word Mapper

Installation

$ npm install super-t9

API

var t9 = require('super-t9');

t9.setWordList('myWordList', 'csv', 'mywordlist.csv');

var matches = t9.getWordsFromNumber(628873, 'myWordList');

License

MIT