tixte.js
A wrapper for the Tixte API
Install the library
npm i tixte.js
Documentation
Initializing the client:
const Tixte = require("tixte.js");
const client = new Tixte({
api_key: "your-key-here"
});
A wrapper for the Tixte API
npm i tixte.js
Initializing the client:
const Tixte = require("tixte.js");
const client = new Tixte({
api_key: "your-key-here"
});