An open API service indexing awesome lists of open source software.

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

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
```