A blazing fast API for Minecraft faces
![]() |
10 years ago | |
---|---|---|
bin | 10 years ago | |
images | 10 years ago | |
logs | 10 years ago | |
modules | 10 years ago | |
public | 10 years ago | |
routes | 10 years ago | |
test | 10 years ago | |
views | 10 years ago | |
.buildpacks | 10 years ago | |
.gitignore | 10 years ago | |
.travis.yml | 10 years ago | |
CONTRIBUTING.md | 10 years ago | |
LICENSE | 10 years ago | |
Procfile | 10 years ago | |
README.md | 10 years ago | |
app.json | 10 years ago | |
package.json | 10 years ago | |
server.js | 10 years ago |
Crafatar serves Minecraft avatars based on the skin for use in external applications. Inspired by Gravatar (hence the name) and Minotar.
Image manipulation is done by lwip. 3D renders are created with node-canvas, based on math by confuser.
Please visit the website for details.
dokku redis:start
You also might want to use docker-options for persistent storage:
-v /var/lib/crafatar/images:/app/images
-v /var/log/crafatar:/app/logs
Deploy with ENV config:
PORT=5000
BIND=0.0.0.0
npm install
redis-server
npm start