Skip to the content.

Tixte logo

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