Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fchristenson/robo

Simple api for moving a robot over a grid
https://github.com/fchristenson/robo

Last synced: about 2 months ago
JSON representation

Simple api for moving a robot over a grid

Awesome Lists containing this project

README

        

# Robo #

## Description ##

Simple api for moving a robot over a grid

## Installing ##

1. Install [node](https://nodejs.org)
2. Go to the root of the project and run ```npm install``` to install dependencies
3. Run ```npm test``` to run tests, there should be 3 in total
4. Run to start the server ```npm start```
5. Open your browser and go to http://localhost:3000