Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```