๐Ÿ“ฆ REALERvolker1 / Minecraft-Skin-API

A simple username -> 3D Minecraft skin render API

โ˜… 1 stars โ‘‚ 0 forks ๐Ÿ‘ 1 watching โš–๏ธ GNU General Public License v3.0
๐Ÿ“ฅ Clone https://github.com/REALERvolker1/Minecraft-Skin-API.git
HTTPS git clone https://github.com/REALERvolker1/Minecraft-Skin-API.git
SSH git clone git@github.com:REALERvolker1/Minecraft-Skin-API.git
CLI gh repo clone REALERvolker1/Minecraft-Skin-API
volker1 volker1 Merge branch 'main' of https://github.com/REALERvolker1/Minecraft-Skin-API 3826cac 3 years ago ๐Ÿ“ History
๐Ÿ“‚ main View all commits โ†’
๐Ÿ“„ .gitignore
๐Ÿ“„ index.js
๐Ÿ“„ LICENSE
๐Ÿ“„ package-lock.json
๐Ÿ“„ package.json
๐Ÿ“„ README.md
๐Ÿ“„ README.md.backup
๐Ÿ“„ README.md

Minecraft-Skin-API

I made this for my discord bot really, it was just for testing things. Also I figured out Koa too so that was cool ig. I learned things and stuff.

Usage

run the following commands:

git clone https://github.com/REALERvolker1/Minecraft-Skin-API
cd Minecraft-Skin-API
npm install
node .

The URL format is:

http://localhost:3000/?skin=volker1

http://[your-host-and-port]/?skin=[Minecraft-username]&json=[true if you want json output, can be ommitted]

This does depend on an external site for the render. You may replace it with an alternative if it ever goes down. https://visage.surgeplay.com/index.html <<<<<<< HEAD =======

I might make a github page for this, idk it depends on how much ppl like it or want it. I just intended to use it for node.js stuff

>>>>>> cb7f0004f84725d47cefb40d1a47f453405f77b7