Merge pull request #73 from Tama63/master

Add deploy to heroku button
This commit is contained in:
jomo 2015-01-09 13:29:18 -08:00
commit 0df0e39ab0
2 changed files with 16 additions and 0 deletions

View File

@ -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`

15
app.json Normal file
View File

@ -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"
]
}