In the area my team lounges around coding, we have less than chargers than developers, so we're always passing the charger around. I created this app so we could see each other's battery level. Only works using Google Chrome's battery API.
Once you have installed the above dependencies:
- Clone this repository
- Run
npm install && bundle install
- Run
node index.js
- Visit your localhost on port
8000
If you want to pipe this through a public tunnel, use a tool like NGROK.