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

https://github.com/rootulp/load-monitor


https://github.com/rootulp/load-monitor

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# load-monitor

> Monitor the average load on your local machine

## Screenshot

![screenshot](/screenshot.png?raw=true)

## Run locally
###### start server
1. `. venv/bin/activate`
2. `cd server && flask run`
3. Navigate to http://localhost:5000/data and confirm data is being served

###### start app
1. `cd app`
2. `yarn install`
3. `yarn start`
4. Navigate to http://localhost:3000/

## Licence

[MIT](https://rootulp.mit-license.org/) © [Rootul Patel](https://rootulp.com)