crafatar / mojang_fake_api

Stupid web server that mocks Mojang's sessions/skins/textures API (for testing)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mojang Fake API

An ultra simple web server that fakes Mojang's API for sessions, skins, and textures.

The request path must be one of:

  1. /session/minecraft/profile/<uuid>
  2. /MinecraftSkins/<name>
  3. /texture/<hash>

The server always returns Notch's session or skin. Cloaks are not supported.

About

Stupid web server that mocks Mojang's sessions/skins/textures API (for testing)

License:Do What The F*ck You Want To Public License


Languages

Language:JavaScript 100.0%