Skip to content

SMS tool that can help you properly count the length of an SMS, calculate the parts and what encoding it is.

License

Notifications You must be signed in to change notification settings

jaygel179/smshelper.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status Coverage Status

SMS Helper

SMS tool that can help you properly count the length of an SMS, calculate the part and what encoding it is.

Installation

$ npm install smshelper

Supports

  • Node

Requirements

  • None

Usage

const SMSHelper = require('smshelper')

SMSHelper.count('Sample message.')
// 15
SMSHelper.parts('Sample message.')
// 1
SMSHelper.detect_encoding('Sample message.')
// 'GSM_7BIT'

Test

$ npm test

Original Idea

danxexe/sms-counter

License

MIT licensed. See the bundled LICENSE file for more details.

About

SMS tool that can help you properly count the length of an SMS, calculate the parts and what encoding it is.

Resources

License

Stars

Watchers

Forks

Packages

No packages published