A simple statistics server built with TypeScript to collect and analyze anonymous usage data from UniGetUI, with the end of understaning how users use the app, which features are used more or less, and perhaps create open/public package rankings, based on data collected from UniGetUI users (most installed pacjage(s), etc.)
See more details about statistics/telemetry on UniGetUI here: marticliment/UniGetUI#2706
- Configure HOST, PORT and other settings on
src/Settings.ts
- Run
cd src; npm run server
, You should now be ready to go
See the API specification here: