@@ -19,6 +19,7 @@ Please [visit the website](https://crafatar.com) for details.
## Install
+[](https://heroku.com/deploy)
* Ensure Cairo is [installed](https://github.com/Automattic/node-canvas/wiki).
* Clone the repository.
* `npm install`
@@ -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"
+ ]
+}