The Web Data Connector for Facebook Insights.
npm install
cp .env.sample .env
Then, Set up the envs for yourself.
You can run the server with built static files.
npm start
open http://localhost:8080/
PORT=8080 npm dev-server
Tableau provides the simulator before trying plugins in Tableau Desktop.
git clone https://github.com/tableau/webdataconnector.git
cd webdataconnector
npm install --production
npm start
open http://localhost:8888/Simulator/index.html
Set http://localhost:8080/
at WDC URL of the UI.
Lint the code to align the coding styles.
npm run lint
npm run lint-fix # Fix lint errors automatically
npm run deploy
It automatically publish the app to S3.
npm run test
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request
Copyright (c) 2017 KAIZEN platform. See LICENSE for details.