README
usage: var temp_proxy=require('temp_proxy'); temp_proxy.setup(); temp_proxy.start()
Temperature Proxy that takes min and max temperature from the web if they aren't stored in the local DB and provides them to the client on a web interface
<script type="module">
import tempProxy from 'https://cdn.skypack.dev/temp_proxy';
</script>
usage: var temp_proxy=require('temp_proxy'); temp_proxy.setup(); temp_proxy.start()