An npm package for validating parameters and sending requests to api.tricko.pro, the backend for Tricko.pro.
bun add trickojsimport { getCryzenPlayer, testCryzenPlayer, getCryzenPlayerRoute } from "trickojs";
// Example methods
const data = await getCryzenPlayer("TheMasterRob4ig"); // Returns JSON data
const test = testCryzenPlayer("TheMasterRob4ig");
const route = getCryzenPlayerRoute("TheMasterRob4ig"); // URL