1.1.0 • Published 1 year ago

7tv-rest v1.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year 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

1 year ago

1.0.7

1 year ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago