Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 738 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 738 Bytes

Simple nodejs to update Firebase DB

This code search for active and visible bluetooth devices and writes their addresses and names to a Firebase DB. This code uses node bluetooth serial port. So clone the repository in this same diretory so it can be used.

RRELEASE NOTES

0.1.0

  • Sample code created to do a demo of Firebase functionality at the 2015 edition of Mokapp mobile conference

Insrtall

npm install bluetooth-serial-port
npm install firebase --save

Usage

node bt.js

LICENSE

This module is available under a FreeBSD license, see the LICENSE file for details.