NodeJS API to generate Cute CryptoKitties Images with custom Cattributes 😉
npm run post
sudo chmod -R 755 resources __tmp
- Cattributes List: GET /
- Random Kitty: GET /random-kitty?type=file
- Create Kitty: POST /kitty
{
"cattributes" : {
"BodyType": "chartreux",
"PatternType": "tigerpunk",
"EyeType": "fabulous",
"MouthType": "beard",
"Primary": "aquamarine",
"Secondary": "granitegrey",
"Tertiary": "royalpurple",
"EyeColor": "topaz"
}
}