Skip to content

sms-calculator 1.0.4

Install from the command line:
Learn more about npm packages
$ npm install @fasttrack-solutions/sms-calculator@1.0.4
Install via package.json:
"@fasttrack-solutions/sms-calculator": "1.0.4"

About this version

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

Details


Assets

  • sms-calculator-1.0.4.tgz

Download activity

  • Total downloads 242
  • Last 30 days 0
  • Last week 0
  • Today 0

Recent versions

View all