Randomly generates lego minifigures.
The idea is to create a random svg lego minifigure kind of like the [https://robohash.org] A long way to go till its finished though...
API is on generator.berekett.me/api
It's on render's free tier servers so, it might be unresponsive or slow at times. Also if images don't load when first opening, please refresh, cold starts are a bi**h.
Website is on easteregg.berekett.me
- You can set the skin color of the lego using
skin
query param ( for example :- http://generator.berekett.me/api?skin=530000 , where 530000 is the hex code for the color). Make sure you didn't add hashtag '#' sign as that's not permitted - You can set the torso color of the lego using
torso
query param ( for example :- http://generator.berekett.me/api?torso=530000 , where 530000 is the hex code for the color). Make sure you didn't add hashtag '#' sign as that's not permitted - You can set the pants color of the lego using
pants
query param ( for example :- http://generator.berekett.me/api?pants=530000 , where 530000 is the hex code for the color). Make sure you didn't add hashtag '#' sign as that's not permitted - You can combine them as well. Which would render the whole randomness to nil ( http://generator.berekett.me/api?skin=530000&torso=495400 )