- 05 May, 2017 4 commits
-
-
Tom JORQUERA authored
We define three modules to be injected in the client: - controller: in charge of exposing the hubl.in functions as a unified API - lib: containing various libraries to be used by the robot - robot: containing the behavior of the robot itself Currently these modules only contain the base skeleton.
-
Tom JORQUERA authored
Instead of a single controller file, `runner.run` now takes a list of source files that will be injected in the passed order.
-
Tom JORQUERA authored
- `robotClientController.js` moved to `client/controller/controller.js` - `controller` renamed to `robotController` - changed some `var` to `const` - updated path to controller in `app.js`
-
Tom JORQUERA authored
Update package.json See merge request !1
-
- 04 May, 2017 1 commit
-
-
Tom JORQUERA authored
`package.json` contained a lot of missing or incorrect info. Fixes this.
-
- 03 May, 2017 1 commit
-
-
Tom JORQUERA authored
-
- 25 Apr, 2017 1 commit
-
-
Tom JORQUERA authored
-