First release: Shell client

This commit is contained in:
CDuv
2014-06-12 00:40:22 +02:00
parent e0533243fb
commit 5533d15c5b
2 changed files with 119 additions and 0 deletions

View File

@@ -2,3 +2,33 @@ freemobile-smsapi-client
========================
API client for the Free Mobile SMS notification service
Theses clients send SMS notifications via [Free Mobile](http://mobile.free.fr) mobile broadband company native SMS-notification API.
This service can only send SMS to line's owner: it cannot be used to send SMS to any mobile number, group or massive spam.
Shell Client
------------
### Possible usages:
```
send-notification.sh "All your base are belong to us"
```
```
uptime | send-notification.sh
```
### Configuration :
Edit `send-notification.sh` and set the following variables:
* `USER_LOGIN`
* `API_KEY`
* `MESSAGE_HEADER` (Optional)
* `MESSAGE_FOOTER` (Optional)
PHP Client
----------
*Soon*