Skip to content
This repository has been archived by the owner on Feb 7, 2025. It is now read-only.

Commit

Permalink
refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexFreik committed Dec 3, 2023
1 parent 70e18c1 commit e8adb62
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 13 deletions.
4 changes: 2 additions & 2 deletions zam/Makefile → Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ install:
pretty:
npx prettier --write .

start:
npm start
start-zam:
npm start-zam
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
# LSM: Live Streaming Monitors

## ZAM: Zoom Auto Monitor
## [ZAM: Zoom Auto Monitor](https://alexfreik.github.io/lsm/zam/)

`JS` script that solves the issue when co-hosts
click the "Mute All" button and mute the host. And other
similar issues like a removed spotlight.

## YAD: YouTube Auto Delay
## [YAD: YouTube Auto Delay](https://alexfreik.github.io/lsm/yad/)

Webpage where you can configure a delay for any YouTube
stream, and it will automatically maintain it. It solves the
skipping problem when because of network lag a stream with delay
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion zam/package.json → package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"scripts": {
"start": "npx nodemon server.js"
"start-zam": "npx nodemon zam/server.js"
},
"devDependencies": {
"express": "^4.18.2",
Expand Down
16 changes: 8 additions & 8 deletions zam/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@

## Table of Contents

- [ZAM: Zoom Auto Monitoring](#zam-zoom-auto-monitoring)
- [Table of Contents](#table-of-contents)
- [Problem](#problem)
- [ZAM Solution](#zam-solution)
- [How to Use](#how-to-use)
- [Features](#features)
- [Development](#development)
- [Testing](#testing)
- [ZAM: Zoom Auto Monitoring](#zam-zoom-auto-monitoring)
- [Table of Contents](#table-of-contents)
- [Problem](#problem)
- [ZAM Solution](#zam-solution)
- [How to Use](#how-to-use)
- [Features](#features)
- [Development](#development)
- [Testing](#testing)

## Problem

Expand Down

0 comments on commit e8adb62

Please sign in to comment.