osjs-hardware-provider

1.0.5 • Public • Published

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.

Package Sidebar

Install

npm i osjs-hardware-provider

Weekly Downloads

4

Version

1.0.5

License

Apache-2.0

Unpacked Size

37.2 kB

Total Files

6

Last publish

Collaborators

  • spaceboyross