7tv-rest
TypeScript icon, indicating that this package has built-in type declarations

1.1.0 • Public • Published

7TV Rest API

Build Status NPM version GitHub stars

An API wrapper for the 7TV Rest API to use with Node.js.

💾 Install

npm install 7tv-rest

📚 Usage

const SevenTV = require('7tv-rest')

const emotes = await SevenTV.getGlobalEmotes();
emotes.forEach(emote => console.log(emote.id));

const user = await SevenTV.getUser('melanx');
console.log(user.display_name);

/7tv-rest/

    Package Sidebar

    Install

    npm i 7tv-rest

    Weekly Downloads

    4

    Version

    1.1.0

    License

    MIT

    Unpacked Size

    31.6 kB

    Total Files

    13

    Last publish

    Collaborators

    • melanx