Explorar el Código

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

jomo hace 10 años
padre
commit
28002c2aff
Se han modificado 2 ficheros con 16 adiciones y 0 borrados
  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
 ## Install
 
 
+[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy)
 * Ensure Cairo is [installed](https://github.com/Automattic/node-canvas/wiki).
 * Ensure Cairo is [installed](https://github.com/Automattic/node-canvas/wiki).
 * Clone the repository.
 * Clone the repository.
 * `npm install`
 * `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"
+    ]
+}