Note
The SDK lives in packages/kick.js and is published as @phxgg/kick.js.
Example applications consuming the SDK live under examples/ (e.g. examples/express-app). The repo is an npm workspace.
kick.js is a powerful and flexible JavaScript/TypeScript library for interacting with the Kick.com API. It is designed to simplify the process of building applications that leverage Kick.com's features, providing developers with an easy-to-use interface for accessing various functionalities.
Warning
This project is currently in an early development stage. The API is not stable yet and may change significantly in future releases. Use at your own risk.
This library is currently under active development. This is what I am aiming for right now:
- Comprehensive API Coverage: Access a wide range of Kick.com API endpoints with ease.
- TypeScript Support: Fully typed interfaces and types for better developer experience.
- Webhook Handling: Built-in support for managing and responding to Kick.com webhooks.
- Event Management: Efficient event handling system for real-time updates.
- Modular Design: Easily extend and customize the library to fit your needs.
- Active Maintenance: Regular updates to keep up with Kick.com's API changes.
View the documentation for detailed information on how to install and use the kick.js library in your projects.
View the examples directory for sample applications demonstrating how to use the kick.js library in various scenarios.