Skip to content

Latest commit

 

History

History
executable file
·
37 lines (28 loc) · 693 Bytes

README.md

File metadata and controls

executable file
·
37 lines (28 loc) · 693 Bytes

dadapush-bash

Shell script wrapper around curl for sending messages through DaDaPush.

Send real-time notifications through our API without coding and maintaining your own app for iOS or Android devices.

Installation

To install dadapush-bash, run

git clone https://github.com/dadapush/dadapush-bash.git;
cd dadapush-bash;
chmod +x dadapush.sh;

Usage

    dadapush.sh <options> <message>
     -T <TOKEN>
     -m <msg_file>

Example

    dadapush.sh -T YOUR_TOKEN -m message-example.json