Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/fchristenson/robo
- Owner: fChristenson
- Created: 2015-10-03T05:49:29.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-03T10:50:38.000Z (over 9 years ago)
- Last Synced: 2023-08-20T07:22:03.839Z (over 1 year ago)
- Language: JavaScript
- Size: 125 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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