trender-client
TypeScript icon, indicating that this package has built-in type declarations

6.0.0 • Public • Published

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)

/trender-client/

    Package Sidebar

    Install

    npm i trender-client

    Weekly Downloads

    75

    Version

    6.0.0

    License

    GPL-3.0

    Unpacked Size

    150 kB

    Total Files

    85

    Last publish

    Collaborators

    • alex_off