0.0.4 • Published 5 years ago

i-status-linux v0.0.4

Weekly downloads
-
License
ISC
Repository
-
Last release
5 years ago

Instalation

npm install i-status-linux

How to use?

You can send an json object to the generate method, containing:

require("i-status-linux").read(function(err,succ){
	// Do your magic here!
});

For debuggin, please use the {silent: false} attribute

require("i-status-linux").read({
	silent: false
}, function(err,succ){
	// Do your magic here!
});

Credits

0.0.4

5 years ago

0.0.3

7 years ago

0.0.2

9 years ago

0.0.1

9 years ago