Skip to content

Commit

Permalink
add deploy to heroku button
Browse files Browse the repository at this point in the history
  • Loading branch information
endel committed Apr 11, 2020
1 parent 91b5eab commit 67f9c4e
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

Custom endpoint to allow displaying Patreon's number of patrons or amount of pledges. It uses [shields.io's Endpoint feature](https://shields.io/#/endpoint).

## ATTENTION

Please deploy your own version of this on your own Heroku account. My version is
hosted on Heroku Free Plan, and can be unavaialble as soon as it expires
(usually in the last few days of the month).

<a href="https://heroku.com/deploy?template=https://github.com/endel/shieldsio-patreon">
<img src="https://www.herokucdn.com/deploy/button.svg" alt="Deploy">
</a>


## Usage:

- Endpoint: `https://shieldsio-patreon.herokuapp.com/endel/pledges`
Expand Down
7 changes: 7 additions & 0 deletions app.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"name": "Shields.io Patreon endpoint",
"description": "Shields.io endpoint to display amount of donations/patrons you have on Patreon",
"repository": "https://github.com/endel/shieldsio-patreon",
"keywords": ["shieldsio", "patreon"],
"env": {}
}

0 comments on commit 67f9c4e

Please sign in to comment.