Skip to content

TimeEnjoyed/mrdky

 
 

Repository files navigation

Twitch chat spectator

This is Javascript application that allows you to spectate over users that join / leave particular Twitch channels.

It is however not available on large channels and data is sent in batch every 30-60 seconds therefore its not real-time accurate.

See live version at: https://chat-spectator.neyl.dev/

Getting Started

Prerequisites

You need to have Node.js installed on your machine.

Installation

Clone the repository:

git clone https://github.com/neyl66/chat-spectator.git

Navigate into the project directory:

cd chat-spectator

Install the dependencies:

npm install

Usage

Development

To start up a local development server, execute this command:

npm run dev

Production

To generate the production version, you can run:

npm run build

All files for you to deploy will be located at the dist directory.

Run production version locally

To check if everything will be ok in production before the deployment, you can run this command after npm run build:

npm run preview

About

Team Members: @bohemian @Lord_R_Sling @neyl

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Svelte 54.5%
  • JavaScript 23.8%
  • CSS 18.2%
  • HTML 3.5%