The DevKit Module "Grid" displays cycling and trip statistics and allows you to customize their appearance. It's part of a collection of Open Source modules for the COBI.bike system.
The quickest way to test the module via Glitch.com:
Glitch.com allows you to edit, host and fork Node.js applications for quick prototyping.
This module listens to various speed and navigation events and displays it to the user. The user can zoom in and out with his thumb controller. In edit mode, he may reorder the tiles to his needs.
You can easily deploy the module on your own:
Clone this repository and install Node.js dependencies with:
npm install
Follow the instructions to install the COBI.bike Google Chrome Simulator and get familiar with the basics of module development on the COBI platform.
The module is accessible under localhost:3000 after starting the Node.js server with:
node server.js
The settings menu can be accessed with the ?state=edit suffix.
- Debugging Tips & Tricks
- Inspiration & Examples
- Interface Guidelines
- More DevKit Resources
- Other Tools & Resources
Anyone and everyone is welcome to contribute to this project, the DevKit Simulator and the DevKit UI Components. Please take a moment to review the guidelines for contributing.
Copyright © 2018 COBI.bike GmbH