christopher-lawrence / telemetry

Telemetry consumtion project
0 stars 0 forks source link

Add web server to host static content #30

Closed christopher-lawrence closed 6 years ago

christopher-lawrence commented 6 years ago

The telemetry.js file needs to be served via a web server. The only purpose of this web server will be to host the telemetry.js file.

Express.js is simple and quick to setup.

christopher-lawrence commented 6 years ago

Tests passing.