1.2.2 • Published 1 year ago

taxhype v1.2.2

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Npm package version NPM Package Downloads Try on RunKit License Dashboard


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 contact@hypertek.dev.