mirror of
https://github.com/azures04/crafatar.git
synced 2026-03-21 23:41:18 +01:00
30 lines
1.8 KiB
Markdown
30 lines
1.8 KiB
Markdown
# Crafatar [](https://travis-ci.org/Jake0oo0/crafatar/) [](https://coveralls.io/r/Jake0oo0/crafatar)
|
|
|
|
https://crafatar.com
|
|
|
|
Crafatar serves Minecraft avatars based on the skin for use in external applications.
|
|
Inspired by [Gravatar](https://gravatar.com) (hence the name) and [Minotar](https://minotar.net).
|
|
|
|
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.
|
|
|
|
## Contact
|
|
|
|
* You can follow us on [@crafatar](https://twitter.com/crafatar)
|
|
* You can [join us](https://webchat.esper.net/?channels=crafatar) in #crafatar on irc.esper.net.
|
|
|
|
## Install
|
|
|
|
[](https://heroku.com/deploy)
|
|
* Ensure Cairo is [installed](https://github.com/Automattic/node-canvas/wiki).
|
|
* Clone the repository.
|
|
* `npm install`
|
|
* `cp "modules/config.example.js" "modules/config.js"`
|
|
* Ensure a `redis-server` is running
|
|
* `node server.js`
|
|
* Access [http://localhost:3000](http://localhost:3000)
|