/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.

Primary LanguageJavaScript

This project was bootstrapped with 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.