1.0.0 • Published 9 years ago

battery-info v1.0.0

Weekly downloads
3
License
BSD
Repository
github
Last release
9 years ago

battery-info

Get all the available info for a battery.

Install

npm install battery-info

Use

require('battery-info')('BAT0', function(err, info) {
    console.log(info)
    // => {...}
})

Changelog

1.0.0

  • Initial release :tada:

enjoy.

1.0.0

9 years ago