Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 925 Bytes

README.adoc

File metadata and controls

27 lines (20 loc) · 925 Bytes

eddystone-url-calculator

This a javascript single page app that generates the Linux commands for broadcasting a URL as a Eddystone URL beacon.

License

This work (eddystone-url-calculator) is licensed by Yamir Encarnación <[email protected]> under a BSD 2-Clause License. See LICENSE.txt

What is needed to run the program

See DEPENDENCIES.adoc.

How to run

To get this project working, perform the minimum steps:
 $ bower install
 $ npm install
 $ gulp scripts
 $ npm start

To see results point your browser to http://localhost:8080/

You can read a blog post related to this calculator at http://webgazer.org/update/tutorial/2016/03/16/raspberrypi-eddystone-url.html