/tableau-api

Tableau JavaScript API

Primary LanguageJavaScript

Tableau API

This is a version of the JavaScript API for Tableau wrapped as an NPM module.

## Usage

Add the following dependency to your package.json:

"dependencies": {
   "tableau-api": "git://github.com/dubvfan87/tableau-api"
}

Then, require it in your code:

var tableau = require('tableau-api');

Refer to the API documentation for the details on how to use it.