A unofficial API client in NodeJS for CryptoKitties
When module is imported, returns a CryptokittiesClient, all the others are functions of that object.
Takes as a argument a object with the options, whith a structure of:
{
url: String, // The URL of the API, defaults to https://api.cryptokitties.co/
credentials: {
jwt: String // The JWT for accessing some APIs
}
}
Makes a list of the ongoing auctions.
Gets a list of all existing kitties.
Gets information about a specific cat.
Gets your proffile.
Gets the kitties of a ethereum address.