From 08e39203538e3b6700c1f8864d53fc355fe67306 Mon Sep 17 00:00:00 2001 From: Jake Date: Sat, 18 Oct 2014 14:00:47 -0500 Subject: [PATCH] Give credit where necessary --- skins.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/skins.js b/skins.js index 589de9b..c9ee3f8 100644 --- a/skins.js +++ b/skins.js @@ -3,6 +3,11 @@ var https = require('https'); var fs = require('fs'); var imagemagick = require('imagemagick'); + +/* +* Skin retrieval methods are based on @jomo's CLI Crafatar implementation. +* https://github.com/jomo/Crafatar +*/ module.exports = { get_profile: function(uuid, callback) { https.get("https://sessionserver.mojang.com/session/minecraft/profile/" + uuid, function(res) {