Simple service which temporarily lowers your volume at the request of coworkers.
-
git clone https://github.com/MilesOkeefe/ListenUpVolumeDown
-
cd ListenUpVolumeDown
-
yarn
-
First start the server:
yarn start
ornode server.js
-
Then tell your coworkers to visit this link when they want your attention:
http://$YOUR_LOCAL_IP/
The default port is 5009, specify a different one like this:
node server.js 6009
You can get your local IP with this command:
ipconfig getifaddr en0
Coworkers will need to be on the same local network as you for this to work as described.