{"id":15388543,"url":"https://github.com/deebloo/polyinstant","last_synced_at":"2026-02-28T14:31:40.445Z","repository":{"id":18188405,"uuid":"21306320","full_name":"deebloo/polyinstant","owner":"deebloo","description":"Connection and data manipulation components for goinstant","archived":false,"fork":false,"pushed_at":"2014-08-07T14:43:51.000Z","size":701,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-12T07:53:44.293Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"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/deebloo.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":"2014-06-28T16:06:14.000Z","updated_at":"2015-03-25T01:35:40.000Z","dependencies_parsed_at":"2022-08-25T14:50:06.573Z","dependency_job_id":null,"html_url":"https://github.com/deebloo/polyinstant","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deebloo%2Fpolyinstant","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deebloo%2Fpolyinstant/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deebloo%2Fpolyinstant/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deebloo%2Fpolyinstant/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/deebloo","download_url":"https://codeload.github.com/deebloo/polyinstant/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247423492,"owners_count":20936622,"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-10-01T14:57:12.257Z","updated_at":"2025-10-30T10:16:37.815Z","avatar_url":"https://github.com/deebloo.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"Polyinstant\n==========\n\nNOTE: GO INSTANT WILL BE SHUTTING DOWN AT THE END OF AUGUST 2014!\n\nPolymer elements for connecting and manipulating data from goinstant.\nGive your account number and app name. If no room is given the 'lobby' will be joined.\n\nGive the desired key and query parameters. If not query parameters are given all data from the specified key will be retrieved.\n\n```HTML\n\u003cgo-connect account=\"773bb51eb592\" app=\"WebComponentTest\" room=\"lobby\"\u003e\u003c/go-connect\u003e\n\n\u003cgo-data key=\"/test2\" query=\"{'author': 'Stan Lee'}\" order=\"{'title': 'asc'}\"\u003e\u003c/go-data\u003e\n```\n\n```JS\nvar data = document.querySelector('go-data');\n\ndata.addEventListener('gotData', function(res) {\n    console.log(res.detail.data);\n});\n```\n\nTo trigger a new query simply change the query value. (and likewise for key)\nThe change will trigger the same 'gotData' event. The query parameter MUST be a string and is parsed before being sent to goinstant.\n```JS\ndata.query = \"{'author': 'Robert Kirkman'}\"\n```\nNOTE: look at the goinstant documentation on [filtering](https://developers.goinstant.com/v1/javascript_api/query/filtering.html) to see more details on how to structure your query.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeebloo%2Fpolyinstant","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdeebloo%2Fpolyinstant","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeebloo%2Fpolyinstant/lists"}