jive-sdk
Version:
Node.js SDK for Jive Software to assist with the development of add-ons
7 lines (6 loc) • 439 B
HTML
The backend code for the todo manager demo.
* definition.json - contains the tiles definition. This will be added to the extension.zip when starting up.
* backend/services.js contains the code to kick off updating tiles.
* backend/routes/todos.js - Contains a simple REST todo manager.
* backend/routes/configure/get.js - contains the configuration UI for the tile.
* public/ -- contains all assets exposed from /todo