SMS Counter
Character counter for SMS messages.
Usage
SmsCounter.count('content of the SMS')
This will return the following object:
{
encoding: "GSM_7BIT",
length: 18,
messages: 1,
per_message: 160,
remaining: 142
}
Character counter for SMS messages.
SmsCounter.count('content of the SMS')
This will return the following object:
{
encoding: "GSM_7BIT",
length: 18,
messages: 1,
per_message: 160,
remaining: 142
}
npm i @marcinkowalczyk/sms-counter
34
1.0.1
MIT
8.74 kB
8