Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/msupply-foundation/msupply-ble-service


https://github.com/msupply-foundation/msupply-ble-service

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# msupply-ble-service

Low level bluetooth library

## Installation

```sh
npm install msupply-ble-service
```

## Usage

```js
import MsupplyBleService from "msupply-ble-service";

// ...

const result = await MsupplyBleService.multiply(3, 7);
```

## Contributing

See the [contributing guide](CONTRIBUTING.md) to learn how to contribute to the repository and the development workflow.

## License

MIT