https://github.com/ericboehs/thermostat-web
Web interface to my custom built thermostat. Also see the micro controller code here: https://github.com/ericboehs/thermostat
https://github.com/ericboehs/thermostat-web
Last synced: about 2 months ago
JSON representation
Web interface to my custom built thermostat. Also see the micro controller code here: https://github.com/ericboehs/thermostat
- Host: GitHub
- URL: https://github.com/ericboehs/thermostat-web
- Owner: ericboehs
- Created: 2016-07-18T23:12:53.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2020-08-05T02:05:56.000Z (almost 6 years ago)
- Last Synced: 2025-01-19T08:32:01.186Z (over 1 year ago)
- Language: Ruby
- Homepage:
- Size: 80.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Web interface to my custom built thermostat

## Installation
```shell
bin/setup
```
## Running
```
bin/server
```
And then open [http://localhost:3000](http://localhost:3000)