/tp-views-utils

Experimental things with Targetprocess views

Primary LanguageJavaScript

Experimental things with Targetprocess views.

Try it at http://tp-experiments.herokuapp.com.

Usecases

Using the app

For now, only API token authentication is supported.

First of all, sign in into your Targetprocess account. Then, open up this web application. On its authentication page, type in the URL of your Targetprocess account, for example https://example.tpondemand.com, and then open the link below "API token" input in a new tab to copy the token value (something similar to dGVzdA==). Paste it into "API token" input and hit "Sign in" button.

Building and running the app locally

Install npm

Install dependencies

npm install

Run the app

npm start

Running app on Heroku

You push only sources to Heroku. There is postinstall npm script, which Heroku runs when building the app, so all bundling should be handled there.