angular-stream-api
v0.8.0
Published
A Workfront Stream API for AngularJS
Downloads
5
Readme
angular-stream-api
A Workfront Stream API for AngularJS Supported API versions: 5.0+, unsupported, internal
Table of contents
Development
For building the package, you need to have NodeJs with npm. For running the package tests, you need to have Bower.
Install npm/bower dependencies
npm install
Build the package and start local web server
npm run dev
Example
Run following command to start server
webpack-dev-server --host 127.0.0.1 --port 443 --content-base ./examples --devtool sourcemap --https --key self-signed.key --cert self-signed.crt
Add the following in your hosts
file
127.0.0.1 <any-subdomain>.attask-ondemand.com
Open in browser following url
https://<any-subdomain>.attask-ondemand.com/index.html