entrospect
v1.0.0
Published
A sample application built on top of an API generated with Espresso Logic.
Downloads
7
Maintainers
Readme
Entrospect
A sample application built on an Espresso Logic API. This small app demonstrates how the Espresso Logic SDK package interacts with rules and resources defined in Logic Designer.
Entrospect operates as a simple customer orders portal, and all the SDK interactions are viewable in routes/index.js. ###Getting Started
> npm install entrospect
> npm start entrospect
Then visit:
http://localhost:3000
And you should be up and running with the read only evaluation API. To use a broader access API, please sign up for your own evaluation account and point the final line of config.js to your own evaluation project API.