Skip to content

bomgames06/streaming-next

Repository files navigation

Streaming Next

Project Logo

Streaming Next is an extension to view, track and notify about streamers and category on the Twitch platform.

The application allows:

  • List online and offline followers.
  • View streamer videos and clips.
  • List categories and referring streamers.
  • Search streamers.
  • Notify all, partial or none when going online.
  • And others.

Stores

Project requirements

  • Node: ^20.0.0
  • Bun: >=1.1.0

Project setup

bun install

Compiles for development

bun run dev

Compiles and minifies for production

bun run build

Lints and fixes files

bun run lint