0.0.2 • Published 8 years ago

state-sales-tax v0.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
8 years ago

state-sales-tax npm.io

This npm module returns the (daily) updated sales tax by state (JSON).

Installation

  > npm install state-sales-tax

Usage

const salesTax = require('state-sales-tax');

salesTax();
/* 
* ==> {"Alabama":"4.000%","Alaska":"0.000%"...} (JSON)
*/

Raison d'être

The infomation about sales taxes are publicly available, there's no reason why you would use someone's api that you will have to sooner or later pay for.

License

npm.io © Mohamed Hayibor

0.0.2

8 years ago

0.0.1

8 years ago

0.0.0

8 years ago