Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jyasskin/sensortag
Chrome App for interacting with the TI SensorTag and demo'ing the Web Bluetooth API
https://github.com/jyasskin/sensortag
Last synced: about 1 month ago
JSON representation
Chrome App for interacting with the TI SensorTag and demo'ing the Web Bluetooth API
- Host: GitHub
- URL: https://github.com/jyasskin/sensortag
- Owner: jyasskin
- License: apache-2.0
- Created: 2014-09-12T00:45:28.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-06-18T01:26:08.000Z (over 9 years ago)
- Last Synced: 2023-03-23T11:43:46.730Z (almost 2 years ago)
- Language: JavaScript
- Size: 508 KB
- Stars: 4
- Watchers: 4
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
sensortag
=========Chrome App for interacting with the TI SensorTag and demo'ing the Web Bluetooth API
This is a [Polymer](http://www.polymer-project.org/) app, so you'll need to do a couple steps before loading it into Chrome:
1. Run `bower install` to create the `bower_components` directory.
2. Open the project in [the Chrome Dev Editor](https://chrome.google.com/webstore/detail/chrome-dev-editor-develop/pnoffddplpippgcfjdhbmhkofpnaalpg).
3. Right click on `bower_components`, and select `Refactor for CSP`.Then you should be able to iterate as normal.