0.0.2 • Published 11 years ago
smslingo v0.0.2
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 10amInternally smslingo uses a mapping that maps abbreviations to their actual text.
Installation
npm install smslingoLicense
MIT. See "LICENSE.txt".