Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/msupply-foundation/msupply-ble-service
https://github.com/msupply-foundation/msupply-ble-service
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/msupply-foundation/msupply-ble-service
- Owner: msupply-foundation
- License: gpl-3.0
- Created: 2021-07-06T22:20:41.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-09T23:11:21.000Z (8 months ago)
- Last Synced: 2024-08-08T22:53:45.135Z (5 months ago)
- Language: TypeScript
- Size: 751 KB
- Stars: 0
- Watchers: 8
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
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