espressodemo
v1.2.5
Published
A sample application built Espresso Logic API.
Downloads
13
Readme
Espresso Node Demo
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.
The Espresso Node Demo operates as a simple customer orders portal, and all the SDK interactions are viewable in routes/index.js. ###Getting Started
> npm install espressodemo
> npm start espressodemo
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 url and username/password. For a more thorough description of this project, please see our documentation.