Hello,
I've updated the kittyverse gem / library [1] that includes all
CryptoKitties traits
(e.g. fur, eye shape, pattern, ...) and all fancy / exclusive /
special editions cats
with time windows, limits, recipes and much more.
For example, to lookup the latest and greatest fancy cat - use:
cat = Fancy[ 'DJ Meowlody' ]
# -or-
cat = Fancy[ :djmeowlody ]
cat.name
#=> "DJ Meowlody"
cat.key
#=> :djmeowlody,
cat.exclusive?
#=> false
fancy.breedable?( Date.today )
#=> true
fancy.unlocked?( Date.today )
#=> true
# ...
and so on and so forth. Happy data wrangling with ruby. Cheers. Prost.
PS: For a list of all fancy (cartoon) cats see the auto-generated
Fancy / Exclusive / Special Edition Cats - Timeline page [2]. Any
corrections and updates welcome.
[1] https://github.com/cryptocopycats/kittyverse
[2] https://github.com/cryptocopycats/kittyverse/blob/master/updates/FANCIES.md