Skip to content

trenderapp/trender-client

Repository files navigation

Official Trender client for node.js

WebsiteDocumentation

npm version Gitpod Ready-to-Code install size npm downloads gitter chat Known Vulnerabilities

trender-client

Official Trender client made in Typescript

Easy to use

import Client from 'trender-client';

const client = new Client({
    token: "your token"
})

const current_user = await client.informations();

console.log(current_user)