An open API service indexing awesome lists of open source software.

https://github.com/derhuerst/sms-cli

Read & write SMS from the command line.
https://github.com/derhuerst/sms-cli

cli sms twilio

Last synced: about 1 year ago
JSON representation

Read & write SMS from the command line.

Awesome Lists containing this project

README

          

# *sms-cli* ⏱

**Read & write SMS from the command line.** Uses [Twilio](https://twilio.com/) as SMS provider.

[![npm version](https://img.shields.io/npm/v/sms-cli.svg)](https://www.npmjs.com/package/sms-cli)
[![dependency status](https://img.shields.io/david/derhuerst/sms-cli.svg)](https://david-dm.org/derhuerst/sms-cli)
![ISC-licensed](https://img.shields.io/github/license/derhuerst/sms-cli.svg)
[![chat on gitter](https://badges.gitter.im/derhuerst.svg)](https://gitter.im/derhuerst)
[![support me on Patreon](https://img.shields.io/badge/support%20me-on%20patreon-fa7664.svg)](https://patreon.com/derhuerst)

## Installing

```shell
npm install -g sms-cli
```

## Usage

```shell
sms
```

When you run `sms` for the first time, it will ask you for your Twilio credentials. You can also provide them via `TWILIO_SID` and `TWILIO_TOKEN` environment variables.

## Contributing

If you **have a question**, **found a bug** or want to **propose a feature**, have a look at [the issues page](https://github.com/derhuerst/sms-cli/issues).