bbqgophers / qpid

BBQ PID controller written in Go for Raspberry PI
MIT License
78 stars 4 forks source link

HTTP Server #5

Open bketelsen opened 7 years ago

bketelsen commented 7 years ago

Started basic HTTP Server.

POST to /run with temp=225 to start a cook

Still need:

also note how gobot.io adds a react.js interface embedded when you use their API. That's a great example of how to put our app together so we can build a single binary with no external (file asset) requirements.