Skip to content
This repository was archived by the owner on Feb 2, 2023. It is now read-only.

Latest commit

 

History

History
23 lines (15 loc) · 966 Bytes

File metadata and controls

23 lines (15 loc) · 966 Bytes

Bombay Crushed Prototype

This is a collection of prototypical code for Bombay Crushed, a new UI for Liquid Feedback currently developed by Saftige Kumquat.

Where to start?

server.js starts a server listening on serving Bombay Crushed.

ejs.cli.js allows testing templates on the command line.

apicli.js contains code that, when executed via node.js, connects to the Liquid Feedback API Test Server and pulls some information.

dataCollectorDemo.js contains some code showing how data can be collected from several parts and only processed once all parts are available.

Requirements