Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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