Official Trender client for node.js
Official Trender client made in Typescript
import Client from 'trender-client';
const client = new Client({
token: "your token"
})
const current_user = await client.informations();
console.log(current_user)