REX is designed to be a electron, or web application that interfaces with popular exercise bikes. The user will connect their exercise bike through bluetooth, or possibly USB.
-
Reading Delta Crank Event Time
-
Reading Delta Crank Revolution(s)
-
Reading Delta Wheel Event Time
-
Reading Delta Wheel Revolution(s)
-
Reading Manufacterer Name
-
Reading Software Revision
-
Reading Firmware Revision
-
Reading Bike Model Revision
-
Reading Bike Model
Installing involves visiting REX and selecting the install button as indicated in this screenshot (using chrome).
- Angular Web Framework
- Angular Material Web Style Patterns
- ESLint Style Adherence
- Express API Server
- Jest Frontend Testing
- Node JS Backend
- Nx Complexity Management
- NGINX Web Server
- NgRx Frontend State Management
- Linode Deployment
- PW2 NodeJS Process Manager
- Redis Standalone Database
- Visit rex.fitness
- Login in / create account
- If not automatically redirected.
- Visit rex.fitness/main
- Connect to your exercise bike using the connect floating action button
- Once paired with your bike verify you can get information from it by pedaling
- Select options availible to you by joining a group session, or solo riding with the provided workouts.
- Select a task from the availible issues.
- Clone the git repository and checkout the develop branch if not already on it by default.
- Ensure you have
nx
installed globally via your flavor of package manager. - Ensure you have at least
nodejs 14.x
installed. - At a mimimum if you've added code, add tests and run them locally.
- run
nx affected:test --base=remotes/origin/develop --head=HEAD
to execute unit tests using jest - run
nx affected:lint --base=remotes/origin/develop --head=HEAD
to execute linting affected by the change.
- run
- Update Documentation as needed.
- Pull Request
- Open a Pull request against the original branch
develop
- Your pull request will build and additional code quality checks will be made.
- Be open to criticism after all we're human all human... right? 🤖
- Open a Pull request against the original branch
MIT License
Copyright (c) 2021 Benjamin Benson
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.