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

0.1.2 • Public • Published

💬 7TV API

Unofficial 7TV API Wrapper for Node.js

⚙️ Installation

# With YARN:
yarn add 7tv

# With NPM:
npm install 7tv

📚 Usage

Get user data and emotes

import SevenTV from "7tv";

SevenTV.getTwitchUser('280803646')
    .then(console.log);
// Returns Connection interface,

📦 Interfaces

Collection

{
  "id": string,
  "platform": "DISCORD" | "TWITCH" | "YOUTUBE",
  "username": string,
  "display_name": string,
  "linked_at": number,
  "emote_capacity": number,
  "emote_set_id": number,
  "emote_set": EmoteSet,
  "user"?: User,
}

❤️

Made with Love by Sammwy, Donate at PayPal

Package Sidebar

Install

npm i 7tv

Weekly Downloads

15

Version

0.1.2

License

MIT

Unpacked Size

19.7 kB

Total Files

63

Last publish

Collaborators

  • sammwy