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

5.4.7 • 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)

Package Sidebar

Install

npm i trender-client

Weekly Downloads

77

Version

5.4.7

License

GPL-3.0

Unpacked Size

150 kB

Total Files

85

Last publish

Collaborators

  • alex_off