Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eiriksm/pi-temp-logger
https://github.com/eiriksm/pi-temp-logger
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/eiriksm/pi-temp-logger
- Owner: eiriksm
- Created: 2014-03-08T11:40:47.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-05-06T15:48:12.000Z (over 9 years ago)
- Last Synced: 2024-10-12T01:46:35.535Z (3 months ago)
- Language: JavaScript
- Size: 141 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
pi-temp-logger
===
[![Dependency Status](https://david-dm.org/eiriksm/pi-temp-logger.svg?theme=shields.io)](https://david-dm.org/eiriksm/pi-temp-logger)
A node js temp logger for the raspberry pi.Extremely simple usage example:
```
node index.js >> log.txt
```
This will pipe the output to a file called log.txtRemember to run these commands prior to executing something like this:
```
sudo modprobe wire
sudo modprobe w1-gpio
sudo modprobe w1-therm
```