Skip to content

A react-native android application to detect nearby points of interest based on proximity to Bluetooth beacons.

Notifications You must be signed in to change notification settings

s2t2/beacon-navigator

Repository files navigation

Beacon Navigator

A react-native android application to detect nearby points of interest based on proximity to Bluetooth beacons.

Concept by Eyal Feder, Eugena Ossi and MJ Rossetti during the 2016 Paris Summer Innovation Fellowship.

a demonstration of app functionality

Contributing

Prerequisites

Follow prerequisite steps as necessary to setup development environment.

Installation

Download source code and install package dependencies:

git clone git@github.com:s2t2/beacon-navigator.git
cd beacon-navigator/
npm install

Development

Ensure an android emulator is running or an android device is connected:

/Users/YOUR_USERNAME/Library/Android/sdk/platform-tools/adb devices

Then package and run the application:

react-native run-android

To view the results of console.log() statements for debugging purposes, run:

react-native log-android

Optionally toggle boolean values in lib/dev_helper.js to suit your development needs over time.

About

A react-native android application to detect nearby points of interest based on proximity to Bluetooth beacons.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages