generated from esd2-groupwork/template-repository
Library and server for visualising data calculated by the image processor.
Good implementation for parsing data from CSV into plotly. Reviewed-on: #5 Co-authored-by: Blizzard Finnegan <blizzardfinnegan@gmail.com> Co-committed-by: Blizzard Finnegan <blizzardfinnegan@gmail.com> |
||
---|---|---|
bin | ||
public | ||
routes | ||
views | ||
.gitignore | ||
app.js | ||
Dockerfile | ||
LICENSE | ||
package-lock.json | ||
package.json | ||
README.md |
virtual-camera
Library and server for dissemination of images obtained from the world server.
Development and testing
This project requires the installation of npm
, and several dependencies.
Once you have installed npm
, and pre-emptively resolve EACCES errors, in the terminal run the following in the root of this repository:
npm install -g nodemon
npm install
The first command installs nodemon
, an auto-updating web server useful for quick testing. The second command installs the necessary dependencies, as declared in the package.json
file.
To test hosting, once nodemon
is installed, simply run nodemon
in the root of this repository, then visit http://localhost:3000
.