https://github.com/nglmercer/tikfinity_plugin
tikfinity plugin for bun_plugins, emit all events from tiktok
https://github.com/nglmercer/tikfinity_plugin
bun tikfinity
Last synced: 3 months ago
JSON representation
tikfinity plugin for bun_plugins, emit all events from tiktok
- Host: GitHub
- URL: https://github.com/nglmercer/tikfinity_plugin
- Owner: nglmercer
- Created: 2026-02-23T04:05:15.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2026-03-25T23:54:05.000Z (3 months ago)
- Last Synced: 2026-03-26T21:46:21.810Z (3 months ago)
- Topics: bun, tikfinity
- Language: TypeScript
- Homepage:
- Size: 62.5 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# browserapi
To install dependencies:
```bash
bun install
```
To execute or build:
```json
"scripts": {
"dev": "bun run src/index.ts",
"build": "bun run build.ts"
}
```
This project was created using `bun init` in bun v1.3.8. [Bun](https://bun.com) is a fast all-in-one JavaScript runtime.