linux-bluetooth

Get bluetooth state on Linux

Usage no npm install needed!

<script type="module">
  import linuxBluetooth from 'https://cdn.skypack.dev/linux-bluetooth';
</script>

README

linux-bluetooth Build Status

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