{"id":18426952,"url":"https://github.com/cayleygraph/javascript-client","last_synced_at":"2025-04-07T16:33:02.404Z","repository":{"id":35476718,"uuid":"215012862","full_name":"cayleygraph/javascript-client","owner":"cayleygraph","description":"JavaScript client library for Cayley","archived":false,"fork":false,"pushed_at":"2022-12-30T18:51:29.000Z","size":348,"stargazers_count":5,"open_issues_count":9,"forks_count":2,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-10-28T16:56:43.566Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/@cayleygraph/cayley","language":"TypeScript","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/cayleygraph.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":"2019-10-14T10:21:57.000Z","updated_at":"2020-11-22T11:50:48.000Z","dependencies_parsed_at":"2023-01-15T21:51:43.392Z","dependency_job_id":null,"html_url":"https://github.com/cayleygraph/javascript-client","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cayleygraph%2Fjavascript-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cayleygraph%2Fjavascript-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cayleygraph%2Fjavascript-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cayleygraph%2Fjavascript-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cayleygraph","download_url":"https://codeload.github.com/cayleygraph/javascript-client/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223286386,"owners_count":17120000,"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-11-06T05:09:15.181Z","updated_at":"2024-11-06T05:09:15.806Z","avatar_url":"https://github.com/cayleygraph.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# JavaScript Client for [Cayley](https://github.com/cayleygraph/cayley)\n\n### [Documentation](https://cayleygraph.github.io/javascript-client/)\n\n### Installation\n\n```bash\nnpm install @cayleygraph/cayley\n```\n\n### Usage\n\n#### Log 10 nodes from the graph\n\n```javascript\nimport * as cayley from \"@cayleygraph/cayley\";\n\nconst client = new cayley.Client();\nconst response = client.query(g.V().getLimit(10));\nresponse\n  .then(res =\u003e res.json())\n  .then(nodes =\u003e {\n    for (const node of nodes) {\n      console.log(node);\n    }\n  });\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcayleygraph%2Fjavascript-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcayleygraph%2Fjavascript-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcayleygraph%2Fjavascript-client/lists"}