Skip to content

Latest commit

 

History

History
30 lines (28 loc) · 723 Bytes

README.md

File metadata and controls

30 lines (28 loc) · 723 Bytes

Cryptokitty API

NodeJS API to generate Cute CryptoKitties Images with custom Cattributes 😉

How to run

http://computers.pk:3010

npm run post
sudo chmod -R 755 resources __tmp

API Endpoints

  • 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"
    }
}