Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Fallenbagel/jellywatch
A Javascript based web application for monitoring, analytics and notifications
https://github.com/Fallenbagel/jellywatch
Last synced: 7 days ago
JSON representation
A Javascript based web application for monitoring, analytics and notifications
- Host: GitHub
- URL: https://github.com/Fallenbagel/jellywatch
- Owner: Fallenbagel
- License: mit
- Created: 2022-06-03T09:43:15.000Z (over 2 years ago)
- Default Branch: develop
- Last Pushed: 2024-06-29T22:35:03.000Z (5 months ago)
- Last Synced: 2024-08-02T16:54:15.465Z (3 months ago)
- Language: TypeScript
- Homepage:
- Size: 688 KB
- Stars: 40
- Watchers: 6
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#
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:```bash
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](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.