0.1.1 • Published 10 years ago

ziptax v0.1.1

Weekly downloads
57
License
-
Repository
github
Last release
10 years ago

Node.js Library for ZipTax

ZipTax allows you to look up sales tax by zip code

http://zip-tax.com

Download

The source is available for download from GitHub. Alternatively, you can install using Node Package Manager (npm):

npm install ziptax

Example

ZipTax = require 'ziptax'

zt = new ZipTax('APIKEY')

zt.lookup 80304, (taxInfo) ->
  console.log taxInfo

Development

Dependencies

This command needs to be ran first if CoffeeScript is not installed on your system

  • run sudo npm install -g coffee-script

Setup

Install all of the dependencies

  • run npm install

The following command will watch and compile Coffeescript

  • run gulp
0.1.1

10 years ago

0.1.0

10 years ago

0.0.9

10 years ago

0.0.8

10 years ago

0.0.7

10 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago