https://github.com/ishankhare07/sysmonk
a node.js+electron system monitor
https://github.com/ishankhare07/sysmonk
Last synced: 23 days ago
JSON representation
a node.js+electron system monitor
- Host: GitHub
- URL: https://github.com/ishankhare07/sysmonk
- Owner: ishankhare07
- Created: 2016-03-02T06:06:15.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-03-30T11:51:24.000Z (over 10 years ago)
- Last Synced: 2025-10-28T10:28:18.167Z (9 months ago)
- Language: JavaScript
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# sysMonk
a node.js+electron system monitor
> Not supported on Windows, probably never will!
## Requirements
1. [npm](https://www.npmjs.com/)
2. [bower](http://bower.io/)
## Installation
* Clone the repo
```shell
git clone git@github.com:ishankhare07/sysMonk.git
# or
git clone https://github.com/ishankhare07/sysMonk.git
```
* Install Node modules and bower components
```shell
cd sysMonk
npm install
cd js/
../node_modules/bower/bin/bower install; cd ..
```
* Run the monitor with `transparent visuals` and `harmony` flags
```shell
npm start
```