A Windows service that gathers .WER files and sends them to the Watson API
- Windows Service written entirely in JavaScript with TypeScript layer
- Unit testing in NodeJS
First, install the package globally
npm install hallowatcher/watson-service -g
Then, install the windows service
watson-service --install
The service will now run every time you start up your pc or if you start the service manually
If you change your mind, uninstall
watson-service --uninstall
To run tests, run
npm test