README
linux-bluetooth
Get bluetooth state on Linux
Install
$ npm install --save linux-bluetooth
Usage
const linuxBluetooth = require('linux-bluetooth');
linuxBluetooth().then(state => {
console.log(state);
//=> true
});
License
MIT © Kevin Martensson