istats-manager
v1.0.20
Published
Manage your stats CPU and battery
Readme
iStats for Mac OSX (Electron)
Example application:
##Configure package.json
{
"name": "istats",
"version": "1.0.0",
"description": "istats",
"main": "app.js",
"scripts": {
"start": "electron app.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"electron": "^1.4.14",
"istats-manager": "^1.0.16"
}
}##Create app.js
'use strict';
const istats = require('istats-manager');
istats.status();Boot application
* npm install
* npm start