{"id":32118987,"url":"https://github.com/matrixesports/ceratosaur","last_synced_at":"2026-02-19T16:33:47.457Z","repository":{"id":57675588,"uuid":"437373328","full_name":"matrixesports/ceratosaur","owner":"matrixesports","description":"☄️ Wrapper for interact with the Ceramic Network API in Deno (WIP)","archived":false,"fork":false,"pushed_at":"2022-01-05T23:59:14.000Z","size":17,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-10-20T17:51:59.435Z","etag":null,"topics":["ceramic"],"latest_commit_sha":null,"homepage":"https://deno.land/x/ceratosaur","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/matrixesports.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":"2021-12-11T19:41:48.000Z","updated_at":"2024-06-03T21:47:46.000Z","dependencies_parsed_at":"2022-09-26T20:41:36.831Z","dependency_job_id":null,"html_url":"https://github.com/matrixesports/ceratosaur","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/matrixesports/ceratosaur","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matrixesports%2Fceratosaur","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matrixesports%2Fceratosaur/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matrixesports%2Fceratosaur/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matrixesports%2Fceratosaur/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/matrixesports","download_url":"https://codeload.github.com/matrixesports/ceratosaur/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matrixesports%2Fceratosaur/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29622017,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-19T13:04:20.082Z","status":"ssl_error","status_checked_at":"2026-02-19T13:03:33.775Z","response_time":117,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["ceramic"],"created_at":"2025-10-20T17:50:48.602Z","updated_at":"2026-02-19T16:33:47.439Z","avatar_url":"https://github.com/matrixesports.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ceratosaur ☄️\n\nCeratosaur is a Wrapper for interact with the [Ceramic Network](https://ceramic.network) HTTP API\n\nGet it from 🦕 [**deno.land**](https://deno.land/x/ceratosaur) or [**nest.land**](https://nest.land/package/ceratosaur) 🥚\n\n## Example\n\nCeratosaur is built in a way that you can use as you like, you can use the base functions, specify the database URL, or use the `ceramic` function.\n\n**Get Stream**\n\nWith `ceramic`\n\n```ts\nimport { ceramic } from \"https://deno.land/x/ceratosaur/mod.ts\";\n\nconst database = ceramic(\"http://localhost:7007\");\n\n// this automatically concatenates the url with /api/v0/streams\nceramic.getStream(\n\t\"k2t6wyfsu4pg2qvoorchoj23e8hf3eiis4w7bucllxkmlk91sjgluuag5syphl\",\n);\n```\n\nwith `getStream` function\n\n```ts\nimport { getStream } from \"https://deno.land/x/ceratosaur/mod.ts\";\n\n// you need specify /api/v0/streams\ngetStream(\n\t\"http://localhost:7007/api/v0/streams\",\n\t\"k2t6wyfsu4pg2qvoorchoj23e8hf3eiis4w7bucllxkmlk91sjgluuag5syphl\",\n);\n```\n\n**Create stream**\n\nWith `ceramic`\n\n```ts\nimport { ceramic } from \"https://deno.land/x/ceratosaur/mod.ts\";\n\nconst database = ceramic(\"http://localhost:7007\");\n\nconst awesomeStream = ceramic.createStream();\nconsole.log(awesomeStream.streamId);\n```\n\nwith `createStream` function\n\n```ts\nimport { createStream } from \"https://deno.land/x/ceratosaur/mod.ts\";\n\nconst awesomeStream = createStream(\"http://localhost:7007/api/v0/streams\");\nconsole.log(awesomeStream.streamId);\n```\n\n## Useful Links\n\n[**Documentation**](https://doc.deno.land/https://deno.land/x/ceratosaur/mod.ts)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatrixesports%2Fceratosaur","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmatrixesports%2Fceratosaur","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatrixesports%2Fceratosaur/lists"}