1.2.5 • Published 9 years ago

espressodemo v1.2.5

Weekly downloads
4
License
BSD-2-Clause
Repository
github
Last release
9 years ago

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.

Alt text

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.