https://github.com/rootulp/load-monitor
https://github.com/rootulp/load-monitor
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/rootulp/load-monitor
- Owner: rootulp
- License: mit
- Created: 2019-01-13T04:36:04.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2022-08-14T16:11:20.000Z (almost 4 years ago)
- Last Synced: 2025-02-14T10:43:42.781Z (over 1 year ago)
- Language: Python
- Size: 2.24 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# load-monitor
> Monitor the average load on your local machine
## Screenshot

## 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)