diff --git a/README.md b/README.md index 933e057..cf945a7 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,7 @@ Please [visit the website](https://crafatar.com) for details. ## Install +[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy) * Ensure Cairo is [installed](https://github.com/Automattic/node-canvas/wiki). * Clone the repository. * `npm install` diff --git a/app.json b/app.json new file mode 100644 index 0000000..531cf0b --- /dev/null +++ b/app.json @@ -0,0 +1,15 @@ +{ + "name": "Crafatar", + "description": "A Minecraft Avatar API written in NodeJS", + "repository": "https://github.com/Jake0oo0/crafatar", + "keywords": [ + "node", + "minecraft", + "avatar", + "redis" + ], + "website": "https://crafatar.com/", + "addons": [ + "rediscloud" + ] +}