Skip to content

MelanX/7tv-rest

Repository files navigation

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);

About

An API wrapper for the 7TV Rest API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published