Socket
Socket
Sign inDemoInstall

twitchio-js

Package Overview
Dependencies
9
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    twitchio-js

A simple twitch api library that makes it easy to interact with twitch apis


Version published
Weekly downloads
33
increased by725%
Maintainers
1
Install size
2.05 MB
Created
Weekly downloads
 

Readme

Source

logo

Twitchio.js

The easiest way to interact with twitch apis.





🤔 What's this all about?

Twitchio.js provides functions that make it easy to interact with Twitch API and other twitch related services including but not limited to the helix API, the Kraken API, the BTTV API, and the FFZ API. at its most basic Twitchio wraps twitch API credentials with the fetch function so you don't have to pass them in every time, but it also has functions that get data from different API endpoints for you with basic inputs.

⚡ Quick and easy implementation

step 1:

//Install:
npm i twitchio-js

//Then, paste this at the top of your JavaScript file:
const TwitchIO = require("twitchio-js");
// or
import TwitchIO from "twitchio-js"

Step 2: Use any of the commands explained the Documentation to interact with twitch services however you like.

For the Future

If you want to contribute and make this much better for developers, please have a look at Contributing Manual to understand the contribution steps.

If you can help us with these. Please don't hesitate to open a pull request.

  • Adding More functions
    • functions for kraken endpoints
    • more functions for helix endpoints
  • Improving the documentation

If you created something awesome and want to contribute then feel free to open Please don't hesitate to open an pull request.

Keywords

FAQs

Last updated on 23 Oct 2020

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc