taxhype
v1.2.2
Published
Helper Library for TaxHype, a Sales Tax Compliance Service
Downloads
21
Maintainers
Readme
The TaxHype Node library allows for easy integration of TaxHype API's for applications written in server-side JavaScript.
Documentation
See the API Docs
Requirements
Node 16 or higher.
Installation
Install the package with:
npm install taxhype --save
# or
yarn add taxhype
Usage
The package requires configuration with your API key and Secret Key, which are available in the TaxHype Dashboard.
const taxhype = require("taxhype")("API_KEY", "API_SECRET");
Questions / Suggestions
For all questions and suggestions, please create a new issue here or contact [email protected].