1.2.0 • Published 7 years ago

trumptax-calculator v1.2.0

Weekly downloads
9
License
MIT
Repository
github
Last release
7 years ago

Trumptax Calculator

This is a tiny module to calculate the current tax burden of Donald Trump's lifestyle, such as maintaining a residence in New York City, and regular trips to Mar-a-Lago.

Usage:

import { calculate, usdollars } from 'trumptax-calculator';

// Print the tax burden as of right now:
console.log(usdollars(calculate()));

// Print the tax burden as of a specific date:
console.log(usdollars(calculate(new Date('Jan 21 2017 12:00:00 EST'))));
1.2.0

7 years ago

1.1.0

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago