Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

linux-bluetooth

kevva9MIT2.0.0

Get bluetooth state on Linux

bluetooth, linux, state

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