1.0.5 • Published 5 years ago

osjs-hardware-provider v1.0.5

Weekly downloads
3
License
Apache-2.0
Repository
github
Last release
5 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

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago