Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 687 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 687 Bytes

Team Battery Hub

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.

Dependencies

Installation

Once you have installed the above dependencies:

  1. Clone this repository
  2. Run npm install && bundle install
  3. Run node index.js
  4. Visit your localhost on port 8000

If you want to pipe this through a public tunnel, use a tool like NGROK.