etljs
v1.0.2
Published
JS framework to caputre ETL data for web applications
Downloads
3
Readme
etlJS
The ETL capturing framework for web
Project setup
- Install yarn
- Run npm install
Dev build:
- npm run dev
Run test cases:
- npm run test
Run production build:
- npm run build
Consume it:
- var a = new etljs.SynchronousPost();
- a.postData(url, {data});