A blazing fast API for Minecraft faces

Jake 7b9fb20db3 Unused config value před 10 roky
modules 7b9fb20db3 Unused config value před 10 roky
public b21d8cba31 Make error pages look nicer před 10 roky
routes e7cec3556a fix etag quotes for avatars před 10 roky
skins 1c33119e05 Cache caching for skins and renders' před 10 roky
test a370cf3160 Test both types of skins před 10 roky
views 73ba73b535 add note about renders / beta před 10 roky
.buildpacks 2873157e97 Add 3d render support před 10 roky
.gitignore 796f410248 allow custom config před 10 roky
.travis.yml ce41465502 Try to get Travis working again před 10 roky
LICENSE f088c17a8b init commit před 11 roky
Procfile 703b8e6a8a Use node instead of npm to start před 10 roky
README.md 01e95f7f19 Merge před 10 roky
app.js 2873157e97 Add 3d render support před 10 roky
package.json 6364801d88 Dependency updates před 10 roky
server.js c80eefd992 flush redis before max memory is reached; hotfix for #49 před 10 roky

README.md

Crafatar travis Coverage Status

https://crafatar.com

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. Renders are created with node-canvas, based on math by confuser.

redstone_sheep's avatar Jake0oo0's avatar Notch's avatar sk89q's avatar md_5's avatar

Usage / Documentation

Please visit the website for details.

Contact

Install

  • Clone the repository
  • Install node-canvas dependencies.
  • npm install
  • redis-server
  • cp "modules/config.example.js" "modules/config.js"
  • node server.js
  • Access http://localhost:3000