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

1.0.0 • Public • Published

BTTV JS

A NodeJS wrapper for the bttv and ffz api

Usage

import client from "bttvjs";

// Retrieves a BTTV emote list for twitch user id 1518077
const channel = await client.bttv.getEmotes("1518077");

// Retrieves FFZ information for twitch user id 1518077
const room = await client.ffz.getRoom("1518077");

Linting

All linting is run through eslint. The rules can be found in the .eslintrc.json file

Package Sidebar

Install

npm i bttvjs

Weekly Downloads

1

Version

1.0.0

License

MIT

Unpacked Size

7.83 kB

Total Files

6

Last publish

Collaborators

  • dylansmr