An open API service indexing awesome lists of open source software.

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

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