Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mikemimik/taxes
- Owner: mikemimik
- Created: 2019-11-03T17:03:00.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-02-12T17:09:47.000Z (almost 3 years ago)
- Last Synced: 2024-10-31T03:42:18.736Z (about 2 months ago)
- Language: JavaScript
- Size: 158 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
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
```