Creates a local RESTful API server to mimic rover data, for development of the Mission Control app, without the need for the actual rover
Requires Node and npm to be installed
git clone https://github.com/WEMarsSoftware/ToyRover.git
cd ToyRover
npm install
To run
npm start
Rover data can be modified in data.json