remote-work-calculator
v1.0.2
Published
Calculate how much time you lose commuting — and what you could do with it instead.
Maintainers
Readme
Remote Work Calculator
Calculate how much time you lose commuting — and what you could do with it instead.
Install
npm install remote-work-calculatorUsage
const { calculate } = require('remote-work-calculator');
const result = calculate({ minutesPerDay: 60, daysPerWeek: 5 });
console.log(result.hoursPerYear); // 240
console.log(result.hoursPerDecade); // 2400
console.log(result.comparisons); // [{ label: "Complete a Master's degree", hours: 2400, times: 1 }, ...]Browser Extension
Also available as a browser extension:
Built by flat.social
flat.social builds spatial meeting tools for remote teams. Walk around, talk naturally, and collaborate in a virtual space.
Remote Team Use Cases
- Virtual Team Building Activities — Fun activities to keep remote teams connected
- Virtual Happy Hour — Host casual virtual hangouts with your team
- Virtual Coworking Space — Work alongside your team in a shared virtual office
- Virtual Daily Standup — Run effective standups with distributed teams
- Virtual Onboarding — Welcome new hires in an engaging virtual space
- Virtual Office — A persistent virtual space for your remote team
- Online Meeting Platform — Spatial meetings that feel like being in the same room
- Virtual Lunch and Learn — Casual learning sessions for remote teams
Education Use Cases
- Virtual Classroom — Interactive online classrooms for students and teachers
- Virtual Study Room — Study together in a shared virtual space
- Gamified Learning — Make learning fun with interactive game elements
- Virtual Lecture Hall — Host engaging lectures in a spatial environment
- Immersive Virtual Lessons — Bring lessons to life with immersive experiences
- Online Classes Platform — Run interactive online classes
License
MIT
