Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/osamingo/gaurun-client
Gaurun Client written in Go
https://github.com/osamingo/gaurun-client
apns fcm gaurun gcm go push-notifications
Last synced: 14 days ago
JSON representation
Gaurun Client written in Go
- Host: GitHub
- URL: https://github.com/osamingo/gaurun-client
- Owner: osamingo
- License: mit
- Created: 2017-06-29T02:50:51.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-08-03T07:04:33.000Z (over 3 years ago)
- Last Synced: 2024-10-25T05:23:19.835Z (15 days ago)
- Topics: apns, fcm, gaurun, gcm, go, push-notifications
- Language: Go
- Homepage:
- Size: 7.81 KB
- Stars: 11
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-go - gaurun-client - Gaurun Client written in Go. (Messaging / Search and Analytic Databases)
- zero-alloc-awesome-go - gaurun-client - Gaurun Client written in Go. (Messaging / Search and Analytic Databases)
- awesome-go - gaurun-client - Gaurun Client written in Go - ★ 7 (Messaging)
- awesome-go-extra - gaurun-client - 06-29T02:50:51Z|2021-08-03T07:04:33Z| (Messaging / Advanced Console UIs)
- awesome-go-zh - gaurun-client
README
# gaurun-client
[![Travis branch](https://img.shields.io/travis/osamingo/gaurun-client/master.svg)](https://travis-ci.org/osamingo/gaurun-client)
[![codecov](https://codecov.io/gh/osamingo/gaurun-client/branch/master/graph/badge.svg)](https://codecov.io/gh/osamingo/gaurun-client)
[![Go Report Card](https://goreportcard.com/badge/osamingo/gaurun-client)](https://goreportcard.com/report/osamingo/gaurun-client)
[![codebeat badge](https://codebeat.co/badges/2a985c65-b562-4eb2-a7c5-82730283d678)](https://codebeat.co/projects/github-com-osamingo-gaurun-client-master)
[![GoDoc](https://godoc.org/github.com/osamingo/gaurun-client?status.svg)](https://godoc.org/github.com/osamingo/gaurun-client)
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/osamingo/gaurun-client/master/LICENSE)## About
[Gaurun](https://github.com/mercari/gaurun) Client written in Go.
## Install
```
$ go get -u github.com/osamingo/gaurun-client
```## License
Released under the [MIT License](https://github.com/osamingo/gaurun-client/blob/master/LICENSE).