eddystone-url-calculator
eddystone-url-calculator copied to clipboard
This a javascript single page app that generates the Linux commands for broadcasting a URL as a Eddystone URL beacon.
== 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 test it out at http://yencarnacion.github.io/eddystone-url-calculator[http://yencarnacion.github.io/eddystone-url-calculator]
You can read a blog post related to this calculator at http://webgazer.org/update/tutorial/2016/03/16/raspberrypi-eddystone-url.html[http://webgazer.org/update/tutorial/2016/03/16/raspberrypi-eddystone-url.html]