Skip to content

hyperteksolutions/taxhype

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TaxHype | Node.JS Server Library

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.

About

Helper Library for TaxHype, a Sales Tax Compliance Service

Topics

Resources

License

Stars

Watchers

Forks