npm.io
2.1.1 • Published 6 years agoCLI

zoom-to-web-link

Licence
ISC
Version
2.1.1
Deps
0
Size
3 kB
Vulns
0
Weekly
1
Stars
3

Zoom on mac has proven to be insecure, and their team demonstrated a strong inclination to avoid good security, and so the security conscious have probably uninstalled zoom.

But sometimes you need to join a zoom meeting. Fortunately, zoom has a web client. Unfortunately, zoom invite links make you try to install the application like three times before letting you join via the web client.

Enter: Zoom web link converter.

With a simple command zoom YOUR_ZOOM_LINK, this utility will spit out a link that you can paste in your browser to instantly join the web session, without installing any of their native applications.

Just install with npm using npm install -g zoom-to-web-link and then you can zoom YOUR_WEB_LINK away!

Mac Usage

On a mac, you can pipe right to your clipboard like this: zoom $MEETING_LINK | pbcopy.