Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hasboeuf/robotum
Home robot
https://github.com/hasboeuf/robotum
Last synced: 24 days ago
JSON representation
Home robot
- Host: GitHub
- URL: https://github.com/hasboeuf/robotum
- Owner: hasboeuf
- License: mit
- Created: 2019-05-03T21:30:58.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T22:19:04.000Z (almost 2 years ago)
- Last Synced: 2023-03-02T22:22:10.429Z (over 1 year ago)
- Language: Python
- Size: 2.19 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 49
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# robotum
Home robot
[Gateway](app/be/gateway/README.md)
[Auth](app/be/auth/README.md)
[Frontend](app/fe/README.md)
[Robot controller](robot/robotcontroller/README.md)
[Robot board](robot/robotboard/README.md)## Code sanity
```bash
pip3 install ci/requirements.txt
ci/pylintify
ci/blackify
```