1.0.5 • Published 6 years ago

osjs-hardware-provider v1.0.5

Weekly downloads
3
License
Apache-2.0
Repository
github
Last release
6 years ago

OS.js Hardware Service Provider

A service provider that adds hardware acces.

Install

In the OS.js's V3 install directory, run:

$ npm install --save osjs-hardware-provider

In src/client/index.js's init() function, add osjs.register(require("osjs-hardware-provider/client.js")); before osjs.boot() In src/server/index.js, add osjs.register(require("osjs-hardware-provider/server.js")); before process.on('SIGTERM', () => osjs.destroy()); Now run npm build and you're done.

1.0.5

6 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago