Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hybridgroup/robeaux
Universal dashboard to robotic devices based on React
https://github.com/hybridgroup/robeaux
Last synced: about 1 month ago
JSON representation
Universal dashboard to robotic devices based on React
- Host: GitHub
- URL: https://github.com/hybridgroup/robeaux
- Owner: hybridgroup
- Created: 2014-01-24T22:28:52.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2019-11-11T10:03:33.000Z (about 5 years ago)
- Last Synced: 2024-05-19T09:43:42.860Z (7 months ago)
- Language: CSS
- Homepage: http://robeaux.io
- Size: 1.31 MB
- Stars: 126
- Watchers: 18
- Forks: 16
- Open Issues: 5
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
- awesome-repositories - hybridgroup/robeaux - Universal dashboard to robotic devices based on React (CSS)
README
# Robeaux
Robeaux (/rō-bō/) is a universal dashboard to your robotic devices.
Like a router admin page, but for robots.Robeaux is powered by [React](http://reactjs.com/).
It provides a front-end to the [CPPP-IO][] API interface offered by [Artoo][], [Cylon.js][] and [Gobot][].[CPPP-IO]: https://github.com/hybridgroup/cppp-io
[Artoo]: http://artoo.io
[Cylon.js]: http://cylonjs.com
[Gobot]: http://gobot.io## Dependencies
$ npm install
$ gem install sassFor faster CSS compilation, you can also install `sassc`.
OS X instructions:
$ brew install sassc
## Building
Included make tasks:
Command | Result
---------------- | --------------------
`make lint` | lints src/javascripts with JSXHint
`make js` | builds JS
`make css` | builds CSS
`make all` | builds both
`make clean` | cleans build targets
`make minify` | builds minified CSS / JS
`make watch-js` | watches + builds JS
`make watch-css` | watches + builds CSS**: depends on having [peat](https://github.com/sjl/peat) installed if you use `sassc`.
## Releases
Version | Description
------- | -----------
0.5.1 | Correct params sent
0.5.0 | Add CPPP-IO details dropdown (click on robot/device names)
0.4.1 | Remove an errant semi-colon in a template
0.4.0 | Re-implementation with React
0.3.0 | New style updates
0.2.0 | Update for CPP-IO API spec
0.1.1 | Remove dependency on Google WebFonts
0.1.0 | Full rewrite. Supports Server-Sent-Events.
0.0.4 | Feature improvements
0.0.3 | Feature improvements
0.0.2 | Initial release.## License
Copyright (c) 2014-2017 The Hybrid Group
Licensed under the Apache License, Version 2.0 (the "License"); you may not use
this file except in compliance with the License. You may obtain a copy of the
License athttp://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed
under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
CONDITIONS OF ANY KIND, either express or implied. See the License for the
specific language governing permissions and limitations under the License.[sassc]: https://github.com/sass/sassc