1
0
Fork 0
mirror of https://github.com/imjasonh/meet-ticker synced 2026-07-07 00:32:48 +00:00
No description
Find a file
Jason Hall ad1616146a
Update README with clearer deployment steps
Clarified deployment instructions and improved readability.
2025-09-28 23:27:29 -04:00
.gitignore Complete Meeting Cost Ticker Google Meet add-on implementation 2025-09-28 23:10:32 -04:00
app.js Complete Meeting Cost Ticker Google Meet add-on implementation 2025-09-28 23:10:32 -04:00
config.env.template Complete Meeting Cost Ticker Google Meet add-on implementation 2025-09-28 23:10:32 -04:00
config.js Complete Meeting Cost Ticker Google Meet add-on implementation 2025-09-28 23:10:32 -04:00
deploy.sh Complete Meeting Cost Ticker Google Meet add-on implementation 2025-09-28 23:10:32 -04:00
development.md Complete Meeting Cost Ticker Google Meet add-on implementation 2025-09-28 23:10:32 -04:00
index.html Complete Meeting Cost Ticker Google Meet add-on implementation 2025-09-28 23:10:32 -04:00
index.js Complete Meeting Cost Ticker Google Meet add-on implementation 2025-09-28 23:10:32 -04:00
LICENSE add license 2025-09-28 23:17:45 -04:00
main.js Complete Meeting Cost Ticker Google Meet add-on implementation 2025-09-28 23:10:32 -04:00
meet-ticker.png Complete Meeting Cost Ticker Google Meet add-on implementation 2025-09-28 23:10:32 -04:00
package-lock.json Complete Meeting Cost Ticker Google Meet add-on implementation 2025-09-28 23:10:32 -04:00
package.json Complete Meeting Cost Ticker Google Meet add-on implementation 2025-09-28 23:10:32 -04:00
participants.js Complete Meeting Cost Ticker Google Meet add-on implementation 2025-09-28 23:10:32 -04:00
README.md Update README with clearer deployment steps 2025-09-28 23:27:29 -04:00
screencap.png improve readme 2025-09-28 23:23:52 -04:00
styles.css fix css 2025-09-28 23:16:48 -04:00

Meeting Cost Ticker

A Google Meet add-on that tracks real-time person-minutes cost of your meetings. Displays live participant counts and cumulative time investment as meetings progress.

Built with vanilla JavaScript and deployed as a Google Cloud Function.

Screencap of sidebar

Deploying

  1. Copy .env.template to config.env and add your OAuth credentials
  2. Run ./deploy.sh to deploy to Google Cloud Functions
  3. Upload the generated workspace-deployment-manifest.json to Google Workspace Marketplace SDK (see instructions below)

Then, join a Meet, choose "Meeting Tools" (the nine dots on the bottom right) and choose "Meet Ticker" to bring up the clock in a sidebar panel.

Every few seconds the add-on will check how many people are present, and increment the cost accordingly (in theory; I've never actually tried it)

Required reading

In theory the next step would be to publish the add-on in the Google Workspace Marketplace, but those words just sound too exciting all next to each other like that, so I may just not.