1.0.1 • Published 5 years ago

@fasttrack-solutions/sms-calculator v1.0.1

Weekly downloads
109
License
-
Repository
github
Last release
5 years ago

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

1.0.1

5 years ago

1.0.0

5 years ago