Skip to content
This repository was archived by the owner on Jul 19, 2026. It is now read-only.

simplepush/simplepush-go

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simplepush

Library for Simplepush

Example

go get github.com/simplepush/simplepush-go
package main

import "github.com/simplepush/simplepush-go"

func main() {
  // Send notification
  simplepush.Send(simplepush.Message{"HuxgBB", "title", "message", "event", false, "", ""})
  // Send encrypted notification
  simplepush.Send(simplepush.Message{"HuxgBB", "title", "message", "event", true, "password", "salt"})
}

About

Golang client and library for simplepush.io

Resources

License

Stars

6 stars

Watchers

1 watching

Forks

Packages

 
 
 

Contributors

Languages

  • Go 84.9%
  • Makefile 15.1%