A Javascript based web application for monitoring, analytics and notifications

Overview

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.

You might also like...

A web watermark SDK, support: custom watermark content and style, watermark encryption and decryption, watermark anomaly monitoring, etc.

A web watermark SDK, support: custom watermark content and style, watermark encryption and decryption, watermark anomaly monitoring, etc.

English | 简体中文 1. What is l-watermark? l-watermark is a web watermark SDK based on TS, which contains: Can cover more than scene watermarking method A

Dec 10, 2022

A handy wrapper for the Web Notifications API

Notify.js A handy wrapper for using the Web Notifications API. Notify.js aims to simplify requesting user permission and associated Web Notification A

Dec 4, 2022

Analytics and insights for data aggregated from multiple bridges and chains.

Analytics and insights for data aggregated from multiple bridges and chains.

Inter-Bridge-Visualizer Analytics and insights for data aggregated from multiple bridges and chains. Website at bridgeexplorer.xyz Background Bridges

Jul 11, 2022

A javascript framework for developing pretty browser dialogs and notifications.

A javascript framework for developing pretty browser dialogs and notifications.

AlertifyJS AlertifyJS is a javascript framework for developing pretty browser dialogs and notifications. AlertifyJS is an extreme makeover of alertify

Jan 2, 2023

✨ Small and Clean JavaScript Toast Notifications

✨ Small and Clean JavaScript Toast Notifications

BuzzNotify Small and Clean JavaScript Toast Notifications New version introduces breaking changes! Now the styles come separately and you will have to

Aug 23, 2022

Toaster is a Pure Javascript plugin for displaying toast notifications. It comes with different options e.g custom text or HTML message, duration, custom class, toggle close button, position, custom close icon and backgorund color.

Pure Javascript Toaster Requires Nothing Demo Toaster is a Pure Javascript plugin for displaying toast notifications. It comes with different options

Jun 21, 2022

A dependency-free JavaScript library for creating discreet pop-up notifications.

Polipop A dependency-free JavaScript library for creating discreet pop-up notifications. Demo See demo at minitek.github.io/polipop/. Documentation Se

Aug 15, 2022

A lightweight JavaScript library for creating snackbar & toaster notifications.

Notify.js Notify.js is a lightweight (2.3kb) utility library for creating snackbar and toaster notifications. Installation Download Notify.js via NPM:

Feb 13, 2022

Apilytics for Node.js - Easy API analytics for Node backends

apilytics-node Apilytics is a service that lets you analyze operational, performance and security metrics from your APIs without infrastructure-level

Sep 2, 2022
Comments
  • Cannot install

    Cannot install

    ive tried to install, but all i get are errors. ive tried to install with npm , but cannot run npm install as i get this error:

    C:\jellywatch>npm install
    node:internal/modules/cjs/loader:998
      throw err;
      ^
    
    Error: Cannot find module 'C:\jellywatch\node_modules\npm\bin\npm-cli.js'
        at Module._resolveFilename (node:internal/modules/cjs/loader:995:15)
        at Module._load (node:internal/modules/cjs/loader:841:27)
        at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:81:12)
        at node:internal/main/run_main_module:23:47 {
      code: 'MODULE_NOT_FOUND',
      requireStack: []
    }
    
    Node.js v18.12.1
    node:internal/modules/cjs/loader:998
      throw err;
      ^
    
    Error: Cannot find module 'C:\jellywatch\node_modules\npm\bin\npm-cli.js'
    ←[90m    at Module._resolveFilename (node:internal/modules/cjs/loader:995:15)←[39m
    ←[90m    at Module._load (node:internal/modules/cjs/loader:841:27)←[39m
    ←[90m    at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:81:12)←[39m
    ←[90m    at node:internal/main/run_main_module:23:47←[39m {
      code: ←[32m'MODULE_NOT_FOUND'←[39m,
      requireStack: []
    }
    
    Node.js v18.12.1
    

    I've tried yarn as well ans i get these logs:

    C:\jellywatch>yarn install
    yarn install v1.22.19
    $ :; (node ./preinstall.js > /dev/null 2>&1 || true)
    warning package-lock.json found. Your project contains lock files generated by tools other than Yarn. It is advised not to mix package managers in order to avoid resolution inconsistencies caused by unsynchronized lock files. To clear this warning, remove package-lock.json.
    [1/5] Validating package.json...
    [2/5] Resolving packages...
    success Already up-to-date.
    Done in 0.19s.
    
    C:\jellywatch>yarn run build
    yarn run v1.22.19
    error Command "build" not found.
    info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
    
    

    any help would be greatly appreciated!

    opened by jmvbrown 4
Owner
null
Next-gen mobile first analytics server (think Mixpanel, Google Analytics) with built-in encryption supporting HTTP2 and gRPC. Node.js, headless, API-only, horizontally scaleable.

Introduction to Awacs Next-gen behavior analysis server (think Mixpanel, Google Analytics) with built-in encryption supporting HTTP2 and gRPC. Node.js

Socketkit 52 Dec 19, 2022
Grupprojekt för kurserna 'Javascript med Ramverk' och 'Agil Utveckling'

JavaScript-med-Ramverk-Laboration-3 Grupprojektet för kurserna Javascript med Ramverk och Agil Utveckling. Utvecklingsguide För information om hur utv

Svante Jonsson IT-Högskolan 3 May 18, 2022
Hemsida för personer i Sverige som kan och vill erbjuda boende till människor på flykt

Getting Started with Create React App This project was bootstrapped with Create React App. Available Scripts In the project directory, you can run: np

null 4 May 3, 2022
Kurs-repo för kursen Webbserver och Databaser

Webbserver och databaser This repository is meant for CME students to access exercises and codealongs that happen throughout the course. I hope you wi

null 14 Jan 3, 2023
Tools to check version monitoring (updates) for web application. web 应用版本监测(更新)工具库

?? version-rocket ?? English | 简体中文 Notify users when a new version of your site is available and prompt them to refresh the page. When you finish dep

hakuna 77 Dec 29, 2022
Minimal versions of popular analytics libraries. Reduce the impact of third-party scripts on your application.

minimal-analytics This project aims to provide minimal implementations of popular analytics libraries. It's aimed at users who want to reduce the impa

James Hill 32 Dec 25, 2022
It shows an effective way to correct bus arrival information using data analytics based on Amazon Serverless such as Kiness Data Stream, Kinesis Data Firehose, S3, and Lambda.

Amazon Serverless를 이용한 실시간 버스 정보 수집 및 저장 본 github repository는 버스 정보를 주기적으로 수집하여 분석할 수 있도록, Amazon Serverless인 Amazon Kinesis Data Stream, Kinesis Data

John Park 4 Nov 13, 2022
ChainLook is a decentralized blockchain analytics platform based on TheGraph and IPFS.

ChainLook https://chainlook.xyz ChainLook is a decentralized blockchain analytics platform based on TheGraph and IPFS. You can create beautiful widget

Saleel 11 Nov 21, 2022
Fnon is a client-side JavaScript library for models, loading indicators, notifications, and alerts which makes your web projects much better.

???????? Fnon is the name of my late mother, It's an Arabic word which means Art, I created this library in honor of her name. Fnon is a client-side J

Adel N Al-Awdy 5 Sep 11, 2022
A modern uptime monitoring tool & status page based on Supabase.

StatusBase (Supabase) Uptime monitoring tool & beautiful status pages Powered by Supabase! Free • Open Source • Notification View Demo · Report Bug ·

StatusBase 20 Dec 3, 2022