https://github.com/webduinoio/webduino
🛠Web components for Webduino
https://github.com/webduinoio/webduino
javascript webcomponent webduino
Last synced: 8 months ago
JSON representation
🛠Web components for Webduino
- Host: GitHub
- URL: https://github.com/webduinoio/webduino
- Owner: webduinoio
- License: mit
- Created: 2015-06-10T09:25:36.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-04-17T09:47:33.000Z (over 8 years ago)
- Last Synced: 2025-03-25T21:47:36.168Z (9 months ago)
- Topics: javascript, webcomponent, webduino
- Language: HTML
- Homepage: http://webduino.io
- Size: 1.48 MB
- Stars: 43
- Watchers: 17
- Forks: 14
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# webduino
Web components for Webduino
## Installation
```Shell
$ bower install webduino
```
## Usage
Insert webduino web-components and polyfill:
```html
```
Use it in your html:
```html
```
Control it with javascript:
```javascript
window.addEventListener('WebComponentsReady', function() {
var board = document.getElementById('board'),
led = document.getElementById('led');
board.on('ready', function () {
led.on();
});
});
```
## API
_(coming soon...)_
## See Also
[webduino-js](https://github.com/webduinoio/webduino-js) (The javascript core that powers webduino)
## License
This project is licensed under MIT, please see [LICENSE](LICENSE) for more information.