📊 dPro Analytics and Statistics
This is/was a school project for the HTL Bulme where a water bottle with logging functionality was built.
The repository here includes the code for the software which reads out the data of the bottle.
Website: https://dpro.at/
No deployment version yet and you need electron installed.
- Open up your terminal (and navigate somewhere you want to download the repository to)
- Make sure you have nodejs installed. Test by entering
$node -v
If this returns a version number, NodeJS is installed. If not, get NodeJS here. - Make sure electron is installed
$electron -v
If this returns a version number, Electron is installed. If not, get it by typing
$sudo npm install -g electron
- Clone the repository and navigate to it. You can either download it here or if you have Git installed, type
$git clone https://github.com/NullDev/dPro.git && cd dPro
- Install all dependencies
$npm install
- Wait for it to finish. After installation is done, run the programm with
$npm start
- (Optional): To enable debugging mode and skip the splash screen type
$npm test
The script takes sever CommandLine Arguments
Argument | Alias | Function |
---|---|---|
--debug |
-d |
Enables debugging features such as resizeable screen and "inspect elements". |
--skip-splash |
-s |
Skips the splash screen and jumpts to the main window instantly. |
--low-res |
-l |
Does not load some CSS definitions and animations. |
Copyright (c) NullDev