codekeyz / nalo-sms-cli

πŸš€ ➑ Send messages powered by Nalo Solutions Messaging Service directly from your CLI.

Home Page:http://nalosolutions.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nalo-SMS-ClI npm version

Overview

Send messages using Nalo Solutions Messaging Service directly from your Command Line Interface. You need to create a Nalo account here in order to use this command line application.

Demo

demo

Installation

$ npm install -g nalo-sms

Docs

Usage: nalo-sms [command] [options]

Send messages using Nalo Solutions Messaging Service directly from your CLI.

Options:
    -v, --version          output the version number
    -h, --help             output usage information

Commands:
    set [options] <value>  Set global config for nalo-sms-cli
    send                   Send message from the cli
    balance                Check your credit balance

Usage

The commands available are: nalo-sms send, nalo-sms set, nalo-sms balance

Set Global Username command

$ nalo-sms set --user precious

Set Global Password command

$ nalo-sms set --pass helloworld

Send SMS command

$ nalo-sms send
? Choose Message Type Plain Text (GSM 3.38 Character Encoding)
? Type your message now πŸ’¬  Hello World
? Type message source Precious
? Type Destination number πŸ“±  024XXXXXXX
? Is Delivery report required Yes
? Use Global Username Yes
? Use Global Password Yes

Check SMS Balance

$ nalo-sms balance
Your balance is Ghc0.018

Contributing

All feedback and suggestions are welcome, just post an issue!

Author

Precious Keyz

License


MIT

About

πŸš€ ➑ Send messages powered by Nalo Solutions Messaging Service directly from your CLI.

http://nalosolutions.com

License:MIT License


Languages

Language:JavaScript 100.0%