Skip to content

Commit

Permalink
chore: add Open Collective badge
Browse files Browse the repository at this point in the history
fixed #513

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
  • Loading branch information
appleboy committed Sep 27, 2020
1 parent 0381674 commit e65fc28
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ A push notification micro server using [Gin](https://github.com/gin-gonic/gin) f
[![microbadger](https://images.microbadger.com/badges/image/appleboy/gorush.svg)](https://microbadger.com/images/appleboy/gorush "Get your own image badge on microbadger.com")
[![Release](https://github-release-version.herokuapp.com/github/appleboy/gorush/release.svg?style=flat)](https://github.com/appleboy/gorush/releases/latest)
[![Netlify Status](https://api.netlify.com/api/v1/badges/8ab14c9f-44fd-4d9a-8bba-f73f76d253b1/deploy-status)](https://app.netlify.com/sites/gorush/deploys)
[![Financial Contributors on Open Collective](https://opencollective.com/gorush/all/badge.svg?label=financial+contributors)](https://opencollective.com/gorush)

## Contents

Expand All @@ -28,6 +29,7 @@ A push notification micro server using [Gin](https://github.com/gin-gonic/gin) f
- [Fetch from GitHub](#fetch-from-github)
- [Command Usage](#command-usage)
- [Send Android notification](#send-android-notification)
- [Send Huawei (HMS) notification](#send-huawei-hms-notification)
- [Send iOS notification](#send-ios-notification)
- [Send Android or iOS notifications using Firebase](#send-android-or-ios-notifications-using-firebase)
- [Run gorush web server](#run-gorush-web-server)
Expand All @@ -41,8 +43,10 @@ A push notification micro server using [Gin](https://github.com/gin-gonic/gin) f
- [iOS alert payload](#ios-alert-payload)
- [iOS sound payload](#ios-sound-payload)
- [Android notification payload](#android-notification-payload)
- [Huawei notification](#huawei-notification)
- [iOS Example](#ios-example)
- [Android Example](#android-example)
- [Huawei Example](#huawei-example)
- [Response body](#response-body)
- [Run gRPC service](#run-grpc-service)
- [Run gorush in Docker](#run-gorush-in-docker)
Expand Down

0 comments on commit e65fc28

Please sign in to comment.