From 625edada8f46b6406b828425e60f6c6e8e884a19 Mon Sep 17 00:00:00 2001 From: Chris Ireland Date: Fri, 9 Jan 2015 20:58:21 +0000 Subject: [PATCH] Add deploy to heroku button --- README.md | 4 ++-- app.json | 15 +++++++++++++++ 2 files changed, 17 insertions(+), 2 deletions(-) create mode 100644 app.json diff --git a/README.md b/README.md index 933e057..447ba4e 100644 --- a/README.md +++ b/README.md @@ -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 @@ -7,7 +7,7 @@ Inspired by [Gravatar](https://gravatar.com) (hence the name) and [Minotar](http Image manipulation is done by [lwip](https://github.com/EyalAr/lwip). Renders are created with [node-canvas](https://github.com/Automattic/node-canvas), based on math by [confuser](https://github.com/confuser/serverless-mc-skin-viewer). -![redstone_sheep's avatar](https://crafatar.com/avatars/ae795aa86327408e92ab25c8a59f3ba1?size=128) ![Jake0oo0's avatar](https://crafatar.com/avatars/2d5aa9cdaeb049189930461fc9b91cc5?size=128) ![Notch's avatar](https://crafatar.com/avatars/069a79f444e94726a5befca90e38aaf5?size=128) ![sk89q's avatar](https://crafatar.com/avatars/0ea8eca3dbf647cc9d1ac64551ca975c?size=128) ![md_5's avatar](https://crafatar.com/avatars/af74a02d19cb445bb07f6866a861f783?size=128) +![redstone_sheep's avatar](https://crafatar.com/avatars/ae795aa86327408e92ab25c8a59f3ba1?size=128) ![Jake0oo0's avatar](https://crafatar.com/avatars/2d5aa9cdaeb049189930461fc9b91cc5?size=128) ![Notch's avatar](https://crafatar.com/avatars/069a79f444e94726a5befca90e38aaf5?size=128) ![sk89q's avatar](https://crafatar.com/avatars/0ea8eca3dbf647cc9d1ac64551ca975c?size=128) ![md_5's avatar](https://crafatar.com/avatars/af74a02d19cb445bb07f6866a861f783?size=128) ## Usage / Documentation Please [visit the website](https://crafatar.com) for details. diff --git a/app.json b/app.json new file mode 100644 index 0000000..531cf0b --- /dev/null +++ b/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" + ] +}