From 67f9c4eb6e8b0c88efe4d755f3c295c7ea1243a8 Mon Sep 17 00:00:00 2001 From: Endel Dreyer Date: Sun, 12 Apr 2020 00:05:43 +0300 Subject: [PATCH] add deploy to heroku button --- README.md | 11 +++++++++++ app.json | 7 +++++++ 2 files changed, 18 insertions(+) create mode 100644 app.json diff --git a/README.md b/README.md index cbe8801..f3369ec 100644 --- a/README.md +++ b/README.md @@ -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). + + + Deploy + + + ## Usage: - Endpoint: `https://shieldsio-patreon.herokuapp.com/endel/pledges` diff --git a/app.json b/app.json new file mode 100644 index 0000000..36c475e --- /dev/null +++ b/app.json @@ -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": {} +}