Skip to content

bluescreen/meeting-calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Meeting Cost Calculator

Rust learning project to calculate meeting costs. Fetches current meeting information from zoom api and displays current costs as taxi meter using termion tui lib.

Heavily inspired by rsClock https://github.com/valebes/rsClock

TODO

  • Teams integration
  • Salary mapping to Roles

Configuration

Fill in your Zoom api credentials in the .env file

ZOOM_CLIENT_ID=""
ZOOM_CLIENT_SECRET=""
ZOOM_REDIRECT_URI=""

Run application


cargo run -- YOUR_ZOOM_MEETING_ID

About

Rust Learning Project to calculate meeting costs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published