Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/richytong/take-home-pay
Calculate your take home pay after taxes
https://github.com/richytong/take-home-pay
Last synced: about 2 months ago
JSON representation
Calculate your take home pay after taxes
- Host: GitHub
- URL: https://github.com/richytong/take-home-pay
- Owner: richytong
- Created: 2019-04-01T03:45:05.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-07T17:43:35.000Z (about 2 years ago)
- Last Synced: 2024-10-13T07:52:49.412Z (3 months ago)
- Language: JavaScript
- Size: 5.86 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Take Home Pay
![Node.js CI](https://github.com/richytong/take-home-pay/workflows/Node.js%20CI/badge.svg?branch=master)Calculate your take home income after taxes
# Usage
```javascript
const takeHomePay = require('take-home-pay')
const myGrossSalary = 170000
const myTakeHomeSalary = takeHomePay(myGrossSalary)
// => 134283.5
```