Skip to content
forked from patrickml/taxjar

Async Wrapper for Taxjar Tax Rate Lookup

License

Notifications You must be signed in to change notification settings

ssparacio/taxjar

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TaxJarConnect

A wrapper for Meteor style synchronous TaxJar API calls.

Example Usage

Meteor.methods({

  salesTax : function () {
    var taxJar = new TaxjarConnect("aa853bb5e5e1ae317487a63d0a3d59c8");
    var rates = taxJar.sync('ratesForLocation', 90002);
    return rates;
  }
  
  });

Wrapped API

This package wraps the methods below. These are all the methods that are listed in the taxjar-node github documentation & the taxjar-website documentation.

About

Async Wrapper for Taxjar Tax Rate Lookup

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%