1.1.0 • Published 3 years ago

7tv-rest v1.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

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

3 years ago

1.0.7

3 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago