Go to file
C-Duv 3001a5ae7f Apply basic coding standards
This commit does not change script behavior, it only deals with code syntax and
standards:
* Long lines were capped to 80 chars
* Long commands were splited into multiple for improved readability
* Variables are now all using the curly brace syntax
2017-02-05 03:29:47 +01:00
LICENSE Initial commit 2014-06-11 22:59:52 +02:00
README.md First release: Shell client 2014-06-12 00:40:22 +02:00
send-notification.sh Apply basic coding standards 2017-02-05 03:29:47 +01:00

freemobile-smsapi-client

API client for the Free Mobile SMS notification service

Theses clients send SMS notifications via Free Mobile 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