https://github.com/makevoid/eondash
Prototype of an OpenPilot EON dahsboard/companion application in cordova - WIP
https://github.com/makevoid/eondash
Last synced: 3 months ago
JSON representation
Prototype of an OpenPilot EON dahsboard/companion application in cordova - WIP
- Host: GitHub
- URL: https://github.com/makevoid/eondash
- Owner: makevoid
- Created: 2019-10-24T22:42:15.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T10:50:01.000Z (about 3 years ago)
- Last Synced: 2024-12-22T05:31:50.143Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 841 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# EONDash
EON/OpenPilot Dashboard mobile application
#### Stack / Libraries:
- Apache Cordova
- ApexCharts.js
#### Quick setup
- Clone the project
(the following two steps are temporary, in the future this step will be replaced by an UI)
- `cp www/js/config/token.default.js www/js/config/token.js`
- Add your JWT comma token
```
npm i -g cordova
```
```
cordova platform add browser
cordova platform add android
```
#### Try on browser
cordova run browser
#### Install on device
prereq: https://cordova.apache.org/docs/en/latest/guide/platforms/android/
cordova run android
---
Enjoy,
@makevoid