Skip to content

rck/simplepush

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status GO Report GoDoc Docker Automated build

simplepush

Golang client and library for simplepush.io

Synopsis

simplepush
Usage: simplepush -k key -m message [-t title] [-e event] [-p password] [-s salt]
  -e event
    	Set event
  -k key
    	Set simplepush.io key
  -m message
    	Set message
  -s salt
    	Set custom salt
  -p password
    	Set password, if set send message encrypted
  -t title
    	Set title

Releases

Pre-built binaries are provided here. Please note that these binaries are automatically built by Travis-CI. Your decision if you trust them.

Docker

docker pull rck81/simplepush
docker run -it --rm rck81/simplepush -k YOURKEY -m "Test"