浏览代码

Merge branch 'master' of github.com:Jake0oo0/crafatar

jomo 10 年之前
父节点
当前提交
28002c2aff
共有 2 个文件被更改,包括 16 次插入0 次删除
  1. 1 0
      README.md
  2. 15 0
      app.json

+ 1 - 0
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`

+ 15 - 0
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"
+    ]
+}