Skip to content

Workfront/angular-stream-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Hovhannes Babayan
Apr 11, 2022
4550c48 · Apr 11, 2022

History

74 Commits
Aug 25, 2016
Sep 15, 2016
Apr 11, 2022
Sep 28, 2018
May 23, 2016
May 28, 2016
May 23, 2016
Aug 25, 2016
May 31, 2016
Jun 1, 2016
Aug 25, 2016
Aug 25, 2016
Aug 25, 2016
Aug 25, 2016
Mar 14, 2017
May 23, 2016
Aug 25, 2016
Apr 11, 2022
Aug 25, 2016
Aug 25, 2016
Aug 25, 2016

Repository files navigation

Build Status Coverage npm npm |MITLicense

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