Add deploy to heroku button

This commit is contained in:
Chris Ireland 2015-01-09 20:58:21 +00:00
parent 04b5161285
commit 625edada8f
2 changed files with 17 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# Crafatar [![travis](https://img.shields.io/travis/Jake0oo0/crafatar.svg?style=flat)](https://travis-ci.org/Jake0oo0/crafatar/) [![Coverage Status](https://img.shields.io/coveralls/Jake0oo0/crafatar.svg?style=flat)](https://coveralls.io/r/Jake0oo0/crafatar) # Crafatar [![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy) [![travis](https://img.shields.io/travis/Jake0oo0/crafatar.svg?style=flat)](https://travis-ci.org/Jake0oo0/crafatar/) [![Coverage Status](https://img.shields.io/coveralls/Jake0oo0/crafatar.svg?style=flat)](https://coveralls.io/r/Jake0oo0/crafatar)
https://crafatar.com https://crafatar.com

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