Fallenbagel / jellywatch

A Javascript based web application for monitoring, analytics and notifications

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JELLYWATCH

Jellywatch is a javascript web application for monitoring*, analytics** and notifications** inspired by tautulli for Jellyfin/Emby Media Server.

* Active Streams

** Work in Progress

Pre-requisites

  1. Node LTS
  2. Yarn (optional)

Getting-Started

First, run the following code on your terminal:

git clone https://github.com/Fallenbagel/jellywatch.git
cd jellywatch
# either
npm install
npm run build
npm start
# or
yarn install
yarn run build
yarn start

Open http://localhost:3000 with your browser to see the application.

DISCLAIMER: THIS IS A WORK IN PROGRESS PROJECT, THEREFORE, THINGS WOULD LOOK UGLY AND THERE MIGHT BE SOME BUGS PRESENT.

About

A Javascript based web application for monitoring, analytics and notifications

License:MIT License


Languages

Language:TypeScript 95.3%Language:CSS 2.9%Language:JavaScript 1.7%