Categorygithub.com/andrewmarklloyd/pi-temp
modulepackage
0.0.6
Repository: https://github.com/andrewmarklloyd/pi-temp.git
Documentation: pkg.go.dev

# README

Pi Temp

Build Status

Small web server running on a Raspberry Pi that get's temperature readings.

One Line Install

To install on a Raspberry Pi with a single line command, run the following:

bash <(curl -s -H 'Cache-Control: no-cache' https://raw.githubusercontent.com/andrewmarklloyd/pi-temp/master/install/install.sh)

Developing Locally

Requires Go 1.13.1 to build the project.

# run the program
go run main.go

# build an executable
go build -o pi-temp main.go

# Structs

No description provided by the author
No description provided by the author