https://github.com/phxgg/kick.js
An example web app in TypeScript for interacting with the Kick API.
https://github.com/phxgg/kick.js
api express javascript kick library typescript
Last synced: about 2 months ago
JSON representation
An example web app in TypeScript for interacting with the Kick API.
- Host: GitHub
- URL: https://github.com/phxgg/kick.js
- Owner: phxgg
- License: mit
- Created: 2025-09-01T12:47:07.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2026-05-09T14:10:47.000Z (2 months ago)
- Last Synced: 2026-05-09T16:19:54.839Z (2 months ago)
- Topics: api, express, javascript, kick, library, typescript
- Language: TypeScript
- Homepage:
- Size: 569 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
> [!NOTE]
> The SDK lives in [`packages/kick.js`](./packages/kick.js) and is published as `@phxgg/kick.js`.
> Example applications consuming the SDK live under [`examples/`](./examples/) (e.g. [`examples/express-app`](./examples/express-app)). The repo is an npm workspace.
# kick.js
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.
## Features
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.
## Usage
View the [documentation](./packages/kick.js/README.md) for detailed information on how to install and use the kick.js library in your projects.
View the [examples](./examples/) directory for sample applications demonstrating how to use the kick.js library in various scenarios.