espressodemo
Version:
A sample application built Espresso Logic API.
20 lines (11 loc) • 1.2 kB
Markdown
Espresso Node Demo
==========
A sample application built on an [Espresso Logic](http://espressologic.com/) API. This small app demonstrates how the [Espresso Logic SDK](https://www.npmjs.org/package/espressologic) 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](https://github.com/EspressoLogicCafe/entrospect/blob/master/routes/index.js).
> 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](http://www.espressologic.com/) and point the final line of [config.js](https://github.com/EspressoLogicCafe/entrospect/blob/master/config.js) to your own evaluation project API url and username/password. For a more thorough description of this project, [please see our documentation](https://sites.google.com/a/espressologic.com/site/docs/live-api/node-sdk/sample-app).