Skip to content

NodeJS API to generate Cute CryptoKitties Images with custom Cattributes 😉

Notifications You must be signed in to change notification settings

mkhizeryounas/cryptokitty-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

NodeJS API to generate Cute CryptoKitties Images with custom Cattributes 😉

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published