state-sales-tax

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


Keywords
sales tax, sales-tax, taxes, states
License
MIT
Install
npm install state-sales-tax@0.0.2

Documentation

state-sales-tax

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

© Mohamed Hayibor