mirror of
https://github.com/azures04/crafatar.git
synced 2026-03-21 23:41:18 +01:00
Add deploy to heroku button
This commit is contained in:
parent
04b5161285
commit
625edada8f
@ -1,4 +1,4 @@
|
||||
# Crafatar [](https://travis-ci.org/Jake0oo0/crafatar/) [](https://coveralls.io/r/Jake0oo0/crafatar)
|
||||
# Crafatar [](https://heroku.com/deploy) [](https://travis-ci.org/Jake0oo0/crafatar/) [](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).
|
||||
|
||||
    
|
||||
    
|
||||
## Usage / Documentation
|
||||
|
||||
Please [visit the website](https://crafatar.com) for details.
|
||||
|
||||
15
app.json
Normal file
15
app.json
Normal 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"
|
||||
]
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user