Library and server for visualising data calculated by the image processor.
Find a file
2024-03-28 16:57:59 -04:00
bin Start development of view 2024-03-28 13:25:05 -04:00
public Local download of js library; reformat page 2024-03-28 16:00:52 -04:00
routes Start development of view 2024-03-28 13:25:05 -04:00
views Local download of js library; reformat page 2024-03-28 16:00:52 -04:00
.gitignore Start development of view 2024-03-28 13:25:05 -04:00
app.js Successfully run Plotly HelloWorld 2024-03-28 13:57:16 -04:00
Dockerfile Add base docker file 2024-03-28 16:57:59 -04:00
LICENSE Initial commit 2024-02-02 14:00:31 -05:00
package-lock.json Successfully run Plotly HelloWorld 2024-03-28 13:57:16 -04:00
package.json Successfully run Plotly HelloWorld 2024-03-28 13:57:16 -04:00
README.md Update readme to include basic information 2024-03-28 14:28:00 -04:00

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.