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.
- Host: GitHub
- URL: https://github.com/derhuerst/sms-cli
- Owner: derhuerst
- License: isc
- Created: 2016-11-24T00:41:39.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2021-09-15T20:26:11.000Z (almost 5 years ago)
- Last Synced: 2025-04-09T10:50:07.947Z (about 1 year ago)
- Topics: cli, sms, twilio
- Language: JavaScript
- Homepage: https://github.com/derhuerst/sms-cli
- Size: 41 KB
- Stars: 6
- Watchers: 2
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
- License: license.md
Awesome Lists containing this project
README
# *sms-cli* ⏱
**Read & write SMS from the command line.** Uses [Twilio](https://twilio.com/) as SMS provider.
[](https://www.npmjs.com/package/sms-cli)
[](https://david-dm.org/derhuerst/sms-cli)

[](https://gitter.im/derhuerst)
[](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).