{"id":23139061,"url":"https://github.com/circuit/polymer","last_synced_at":"2025-04-04T10:11:37.886Z","repository":{"id":30380471,"uuid":"33933104","full_name":"circuit/polymer","owner":"circuit","description":"Use the new Circuit web components instead - https://github.com/circuit/circuit-web-components","archived":false,"fork":false,"pushed_at":"2019-02-26T16:21:35.000Z","size":719,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":14,"default_branch":"master","last_synced_at":"2025-02-09T20:33:35.923Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/circuit.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-04-14T13:23:39.000Z","updated_at":"2019-04-26T15:30:24.000Z","dependencies_parsed_at":"2022-09-08T08:50:58.304Z","dependency_job_id":null,"html_url":"https://github.com/circuit/polymer","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/circuit%2Fpolymer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/circuit%2Fpolymer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/circuit%2Fpolymer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/circuit%2Fpolymer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/circuit","download_url":"https://codeload.github.com/circuit/polymer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247157283,"owners_count":20893220,"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":[],"created_at":"2024-12-17T13:13:12.237Z","updated_at":"2025-04-04T10:11:37.868Z","avatar_url":"https://github.com/circuit.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Obsolete. Use https://github.com/circuit/circuit-web-components instead\n\n# Circuit Polymer Components compatible with Polymer 0.5\n\nExample polymer components for the Circuit Collaboration Software by Unify.\n\n\u003e For Polymer 1.0 compatible components view the individual repos. \n\u003e E.g. https://github.com/yourcircuit/circuit-api\n\n\u003e To see a list of all Circuit Polymer 1.0 components filter by 'circuit-' \n\n\u003e https://github.com/yourcircuit/?utf8=%E2%9C%93\u0026query=circuit-\n\n## Prerequisites\nTo use the SDK you need to get free developer account. Get your developer account today at [https://developers.circuit.com](https://developers.circuit.com).\n\n## Compatibility\nPolymer components are supported on any modern browser. Some functionality such as WebRTC is currently limited to Chrome, but IE and FF support is near.\n\n## List of example components\n\n**circuit-api**\n\n[API Documentation](https://rawgit.com/yourcircuit/polymer/master/components/circuit-api/index.html) | [Source code](https://github.com/yourcircuit/polymer/tree/master/components/circuit-api) \n\nThe circuit-api component is a non-UI component that acts as interface to the new leight weight [JS SDK] (JSDoc link to follow). We are trying our best to keep the circuit-api APIs up to date with the JS SDK, but if something is missing you can always add it.\n\n\n**circuit-chat**\n\n[API Documentation](https://rawgit.com/yourcircuit/polymer/master/components/circuit-chat/index.html) | [Source code](https://github.com/yourcircuit/polymer/tree/master/components/circuit-chat) \n\nSimple chat module wher you can post messages in a Circuit direct/group conversation and get notified on new messages arriving. Uses session cookie to login if available, otherwise asks for credentials.\n\n[Try it out live](https://rawgit.com/yourcircuit/polymer/master/chat.html)\n\nAll that's needed is to import the component and use it with a single line of HTML code.\n\n```html\n\u003clink rel=\"import\" href=\"components/circuit-chat/circuit-chat.html\"\u003e\n\u003ccircuit-chat\n  auto-logon \n  conversation=\"ef675fc5-dcb1-4fe2-bcd1-83f32be5466f\"\u003e\n\u003c/circuit-chat\u003e\n```\n\n... you can also listen to the on-message event in JavaScript\n```javascript\ndocument.getElementById('chat').addEventListener('message', function (m) {\n   console.log('Message from ' + m.detail.sender + ': ' + m.detail.text);\n});\n```\n\n## Run these examples locally\n\n 1. Clone this repo\n 2. Install node-static via `npm install node-static`\n 3. Run the example by navigating to `http://localhost:8080/chat-example.html`\n\n## Develop your own component\n\n 1. Fork this repo\n 2. Create your own amazing components \n 3. Include circuit-api to take advantage of the Circuit API\n 4. Share them with the rest of us :)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcircuit%2Fpolymer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcircuit%2Fpolymer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcircuit%2Fpolymer/lists"}