https://github.com/mojoaxel/mightyohm-geiger-counter-monitor
Get data from the MightyOhm Geiger Counter and visualize it
https://github.com/mojoaxel/mightyohm-geiger-counter-monitor
Last synced: 3 months ago
JSON representation
Get data from the MightyOhm Geiger Counter and visualize it
- Host: GitHub
- URL: https://github.com/mojoaxel/mightyohm-geiger-counter-monitor
- Owner: mojoaxel
- License: agpl-3.0
- Created: 2022-11-04T20:56:20.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-31T11:41:22.000Z (over 1 year ago)
- Last Synced: 2024-10-18T23:31:45.841Z (8 months ago)
- Language: JavaScript
- Size: 19.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mightyohm-geiger-counter-monitor
Get data from the MightyOhm Geiger Counter and visualize it.
# Hardware
- https://mightyohm.com/blog/2011/08/geiger-counter-kit-for-chaos-camp-2011-done/
- https://mightyohm.com/blog/2012/02/tutorial-geiger-counter-data-logging/# Software
```
npm install
npm start
```This will start a web-server on http://0.0.0.0:80
To keep the server running after a crash or a reboot use something like `pm2`.