{"id":14990208,"url":"https://github.com/webduinoio/webduino","last_synced_at":"2025-04-12T02:05:51.070Z","repository":{"id":33541548,"uuid":"37187680","full_name":"webduinoio/webduino","owner":"webduinoio","description":"🛠 Web components for Webduino","archived":false,"fork":false,"pushed_at":"2017-04-17T09:47:33.000Z","size":1556,"stargazers_count":43,"open_issues_count":0,"forks_count":14,"subscribers_count":17,"default_branch":"master","last_synced_at":"2025-03-25T21:47:36.168Z","etag":null,"topics":["javascript","webcomponent","webduino"],"latest_commit_sha":null,"homepage":"http://webduino.io","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/webduinoio.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-06-10T09:25:36.000Z","updated_at":"2018-03-29T01:30:20.000Z","dependencies_parsed_at":"2022-09-12T16:51:07.017Z","dependency_job_id":null,"html_url":"https://github.com/webduinoio/webduino","commit_stats":null,"previous_names":[],"tags_count":14,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webduinoio%2Fwebduino","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webduinoio%2Fwebduino/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webduinoio%2Fwebduino/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webduinoio%2Fwebduino/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/webduinoio","download_url":"https://codeload.github.com/webduinoio/webduino/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247999856,"owners_count":21031046,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["javascript","webcomponent","webduino"],"created_at":"2024-09-24T14:19:42.608Z","updated_at":"2025-04-12T02:05:51.044Z","avatar_url":"https://github.com/webduinoio.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# webduino\n\nWeb components for Webduino\n\n## Installation\n\n```Shell\n$ bower install webduino\n```\n\n## Usage\n\nInsert webduino web-components and polyfill:\n\n```html\n\u003cscript src='bower_components/webcomponentsjs/webcomponents.js'\u003e\u003c/script\u003e\n\u003clink rel='import' href='bower_components/webduino/web-arduino.html'\u003e\u003c/link\u003e\n\u003clink rel='import' href='bower_components/webduino/wa-led.html'\u003e\u003c/link\u003e\n```\n\nUse it in your html:\n\n```html\n\u003cweb-arduino id='board' device='device_id'\u003e\n  \u003cwa-led id='led' pin='10'\u003e\u003c/wa-led\u003e\n\u003c/web-arduino\u003e\n```\n\nControl it with javascript:\n\n```javascript\nwindow.addEventListener('WebComponentsReady', function() {\n  var board = document.getElementById('board'),\n    led = document.getElementById('led');\n\n  board.on('ready', function () {\n    led.on();\n  });\n});\n```\n\n## API\n\n_(coming soon...)_\n\n## See Also\n\n[webduino-js](https://github.com/webduinoio/webduino-js) (The javascript core that powers webduino)\n\n## License\n\nThis project is licensed under MIT, please see [LICENSE](LICENSE) for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebduinoio%2Fwebduino","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwebduinoio%2Fwebduino","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebduinoio%2Fwebduino/lists"}