A Python web app which displays the temperature from a TEMPer USB device.
##Usage
- Install by executing
python setup.py install - You should get a script called
in-glassin/usr/local/bin/ - Connect your USB TEMPer thermometer to a USB port on your computer
- Run
sudo in-glassand visit 127.0.0.1:9000 in your favorite browser.
##Notes
- You MUST run with
sudofor the script to be able to access the USB device from the kernel. - For a JSON output, append
/jsonto the URL./jsonreturns celsius and fahrenheit values for each device.
##Dependencies
- Flask, a cool micro-framework thing.
- temper-python/temperusb, a Python library which reads values from the TEMPer thermometer.