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
- Teams integration
- Salary mapping to Roles
Fill in your Zoom api credentials in the .env file
ZOOM_CLIENT_ID=""
ZOOM_CLIENT_SECRET=""
ZOOM_REDIRECT_URI=""
cargo run -- YOUR_ZOOM_MEETING_ID