Menu bar application to consult your Serenytics dashboards.
- Download the latest version here (OSX only).
- Create a text file
~/.serenytics-menubar
with the following content:
username=YOUR_USERNAME
password=YOUR_PASSWORD
webAppUuid=OPTIONAL_YOUR_DASHBOARD_UUID
- launch the app!
- clone the repo
- run
npm install
To start the app:
- run
npm start
To build a package:
- run
npm run build