Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mikemimik/taxes

Tool for calculating federal and provincial taxation on gross income
https://github.com/mikemimik/taxes

Last synced: 8 days ago
JSON representation

Tool for calculating federal and provincial taxation on gross income

Awesome Lists containing this project

README

        

# Taxes

> A module for calculating Canadian taxation on income

### Installation

```
$ npm install -g taxes
```

### Usage

```
income ----------------+
province --+ |
| |
V V
taxes {province} {grossIncome}
```

```
# Example: Ontario, $55,000
taxes ontario 55000
```