Skip to content

satasuk03/log-ow-electron

 
 

Repository files navigation

This is the simplest possible implementation of an app using the ow-electron library. It listens for all events and info updates and logs them.

Logs appear in the console and are recorded in a text file. The name of the log file is in th first log line to the console.

Setup

Before running for the first time, execute the following command:

npm install

Run

To run the app, execute the following command.

npm start

The "start" script in packages.json includes the command line switch to use the qa/development build of the game events package (gep). If you would like to see the results from the production version, use the "start:noqa" script.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 97.9%
  • HTML 2.1%