t9translator

1.1.0 • Public • Published

T9 Text Message Translator

This is a module to be able to easily and quickly encode/decode T9 formatted messages. Inputs for decoding are expected to be following the format of "777-444-222-55-0-777-666-555-555". Encoding isn't anything special just send a string with your text. Special characters are not currently supported but will be in future versions so check back regularly for updates.

Code example

let {encode, decode} = require("t9translator");

console.log(encode("Hello World"));  
console.log(decode("44-444-0-22-88-3-3-999"));

Contact

You can reach me at Unnamed Alien#4870 for errors/feedback. I also can offer support if you run into any issues. Thanks for checking my package out and I hope you like it!

Package Sidebar

Install

npm i t9translator

Weekly Downloads

4

Version

1.1.0

License

ISC

Unpacked Size

2.32 kB

Total Files

3

Last publish

Collaborators

  • unnamedalien