vshymanskyy / miband-js

MiBand 2 JS library for Node.JS and HTML5 (WebBluetooth)
GNU General Public License v3.0
342 stars 69 forks source link

Turn webapp demo into a PWA (Progressive Web App) #2

Open vshymanskyy opened 6 years ago

rhyswilliamsza commented 6 years ago

I'll see if I can get this done too. Shouldn't be too challenging.

vshymanskyy commented 6 years ago

@rhyswilliamsza we should be almost there, I just had to disable serviceworker as it caused troubles when updating the app. I'm no expert in ServiceWorkers anyway ;)

vshymanskyy commented 6 years ago

@dnbard you can continue discussion on this topic with @rhyswilliamsza here

dnbard commented 6 years ago

@vshymanskyy I pushed some code into the separate branch(https://github.com/vshymanskyy/miband-js/tree/service-worker). Could you please take a look at it to find out that it suit your needs ?