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