Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 536 Bytes

File metadata and controls

22 lines (17 loc) · 536 Bytes

boltvs-data-visualization

Streams recorded track data in realtime to test frontend applications!

API

Continuously access localhost:3000/get from your frontend to retrieve data from this backend, that's it! The backend will handle iterating the records to give real-time data.

How To Setup (Python)

cd /path/to/this/project
python fake-bike-server.py

Example Frontend

Double-click 'sample-client.html'

How To Setup (Alternative, JavaScript)

cd /path/to/this/project
npm i 
node fake-bike-server.js