@fasttrack-solutions/sms-calculator

1.0.1 • Public • Published

SMS Calculator

npm
Simple library to help calculate the number of SMS corresponding to a certain text content.

Install

npm i --save @fasttrack-solutions/sms-calculator

Usage

SMSCalculator.getCount('📱Some really cool SMS content 🔥')

This will return the following object:

{
  maxCharCount: 70,
  numberOfSMS: 1,
  remaining: 34,
  totalLength: 36
}

Demo

Check the live demo on codepen.io

Readme

Keywords

none

Package Sidebar

Install

npm i @fasttrack-solutions/sms-calculator

Weekly Downloads

38

Version

1.0.1

License

none

Unpacked Size

4.47 kB

Total Files

4

Last publish

Collaborators

  • jasonsant-ft
  • thedoctor46super
  • tazerr
  • ftpatrik