btscale
btscale copied to clipboard
How to run?
I've cloned the btscale code installed the npm and bower packages, and run make. I started a simple HTTP server with:
python -m "SimpleHTTPServer"
and loaded btscale.html in chrome 42 on mac osx 10.10. I don't see any javascript errors and the page loads fine, but how do I get the btscale code to talk to the scale?
Thanks!