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

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

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