https://github.com/evangipson/meeting-salary-calculator
Calculates cost per second for a given meeting by aggregating approximate salaries of everyone in the meeting.
https://github.com/evangipson/meeting-salary-calculator
calculator javascript meeting meeting-room meetings productivity salary salary-calculator
Last synced: about 1 month ago
JSON representation
Calculates cost per second for a given meeting by aggregating approximate salaries of everyone in the meeting.
- Host: GitHub
- URL: https://github.com/evangipson/meeting-salary-calculator
- Owner: evangipson
- License: agpl-3.0
- Created: 2018-06-09T15:25:54.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-03T16:07:52.000Z (about 6 years ago)
- Last Synced: 2025-01-23T04:29:04.113Z (3 months ago)
- Topics: calculator, javascript, meeting, meeting-room, meetings, productivity, salary, salary-calculator
- Language: JavaScript
- Homepage: http://evangipson.com/meeting-salary-calculator
- Size: 32.2 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [Meeting Salary Calculator](http://evangipson.com/meeting-salary-calculator)
Meeting Salary Calculator will calculate cost per second for a given meeting by aggregating approximate salaries of everyone in the meeting. The following salaries were used:
- E-Staff: $200,000/year
- Managers: $140,000/year
- Employees: $70,000/year
- Interns: $35,000/year| Meeting Salary Calculator Readme |
|---|
| [Built With](#built-with) |
| [License](#license) |# Built With
* [CSS3](https://developer.mozilla.org/en-US/docs/Web/CSS/CSS3)
* [JavaScript](https://developer.mozilla.org/en-US/docs/Web/JavaScript)
* [HTML5](https://developer.mozilla.org/en-US/docs/Web/Guide/HTML/HTML5)
* [Visual Studio Code](https://code.visualstudio.com/)
* [Google Chrome](https://www.google.com/chrome/)# License
Meeting Salary Calculator is licensed under [AGPL 3.0](https://www.gnu.org/licenses/agpl-3.0.en.html). If you are interested, [take a look at Meeting Salary Calculator's license](LICENSE).