hallowatcher / watson-service

The Windows Service for gathering WER files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

watson-service

AppVeyor

Synopsis

A Windows service that gathers .WER files and sends them to the Watson API

Motivation

  • Windows Service written entirely in JavaScript with TypeScript layer
  • Unit testing in NodeJS

Installation

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

Tests

To run tests, run npm test

About

The Windows Service for gathering WER files


Languages

Language:TypeScript 89.0%Language:JavaScript 11.0%