Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rdeprey/web-bluetooth-starter
This is a simple React starter app that uses the Web Bluetooth API to get battery level information from a BLE device through the browser.
https://github.com/rdeprey/web-bluetooth-starter
Last synced: 26 days ago
JSON representation
This is a simple React starter app that uses the Web Bluetooth API to get battery level information from a BLE device through the browser.
- Host: GitHub
- URL: https://github.com/rdeprey/web-bluetooth-starter
- Owner: rdeprey
- Created: 2020-08-01T21:57:34.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T23:06:02.000Z (almost 2 years ago)
- Last Synced: 2024-08-09T14:05:13.064Z (5 months ago)
- Language: JavaScript
- Homepage:
- Size: 384 KB
- Stars: 20
- Watchers: 5
- Forks: 6
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app). It has all of the standard Create React App npm scripts.
## Running the Code Locally
Run `npm start` in the Terminal or Command Prompt.## Web Bluetooth API
All of the code specific to the Web Bluetooth API is in `src/App.js`.