smslingo

0.0.2 • Public • Published

smslingo

A simple node.js module that detects and converts SMS language abbreviations to regular text.

var SmsLingo = require('smslingo');
var sms = new SmsLingo();
 
sms.isAbbr('der'); // true
sms.text('der'); // there
sms.statement('b der @ 10am'); // be there at 10am

Internally smslingo uses a mapping that maps abbreviations to their actual text.

Installation

npm install smslingo

License

MIT. See "LICENSE.txt".

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i smslingo

      Weekly Downloads

      2

      Version

      0.0.2

      License

      MIT

      Last publish

      Collaborators

      • jaydp17