Twitch API
Modern wrapper for the Twitch API with typings.
💻 Getting started
# With npm:
npm install twitch-api-ts
# With yarn:
yarn add twitch-api-ts
📚 Usage
As a ES Module
import { TwitchAPI } from 'twitch-api-ts';
const client = new TwitchOAuth({
clientId: '..............',
accessToken: '..........',
});
As CJS Module
const { TwitchAPI } = require('twitch-api-ts').default;
📝 To Do
- Bits:
- Channels:
- Channel Points:
- Charity:
- Chat:
- Clips:
- Entitlements:
🤝 Contributing
Contributions, issues and feature requests are welcome!
Feel free to check issues page.
❤️ Show your support
Give a ⭐️ if this project helped you!
Or buy me a coffeelatte 🙌🏾
Ko-fi | Patreon
📝 License
Copyright © 2022 Sammwy.
This project is MIT licensed.