{"id":17018588,"url":"https://github.com/smessie/solid-storage-root","last_synced_at":"2026-05-14T22:42:00.557Z","repository":{"id":213101119,"uuid":"733043819","full_name":"smessie/solid-storage-root","owner":"smessie","description":"Discover the storage root of a Solid pod.","archived":false,"fork":false,"pushed_at":"2023-12-18T13:36:14.000Z","size":86,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-06T03:26:18.961Z","etag":null,"topics":["solid","storage","webid"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/solid-storage-root","language":"TypeScript","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/smessie.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,"governance":null,"roadmap":null,"authors":null}},"created_at":"2023-12-18T12:43:18.000Z","updated_at":"2023-12-18T12:51:23.000Z","dependencies_parsed_at":"2024-01-08T19:10:20.714Z","dependency_job_id":null,"html_url":"https://github.com/smessie/solid-storage-root","commit_stats":{"total_commits":3,"total_committers":2,"mean_commits":1.5,"dds":"0.33333333333333337","last_synced_commit":"c3c4f55c8ca563b72fb32303ec9917718ff85b45"},"previous_names":["smessie/solid-storage-root"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/smessie/solid-storage-root","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smessie%2Fsolid-storage-root","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smessie%2Fsolid-storage-root/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smessie%2Fsolid-storage-root/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smessie%2Fsolid-storage-root/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/smessie","download_url":"https://codeload.github.com/smessie/solid-storage-root/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smessie%2Fsolid-storage-root/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33046239,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-13T13:14:54.681Z","status":"online","status_checked_at":"2026-05-14T02:00:06.663Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["solid","storage","webid"],"created_at":"2024-10-14T06:46:30.519Z","updated_at":"2026-05-14T22:42:00.536Z","avatar_url":"https://github.com/smessie.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# solid-storage-root\n\nThis is a library that helps you find the storage root of a Solid pod of a given Web ID.\n\n## Installation\n\n```bash\nnpm install solid-storage-root\n```\n\n## Usage\n\n```javascript\nimport {findStorageRoot} from 'solid-storage-root';\n\nconst storageRoot = await findStorageRoot('https://solid.pod/profile/card#me');\n```\n\nYou can additionally pass a fetch function as a second argument to `findStorageRoot` to use a custom (authenticated)\nfetch function:\n\n```javascript\nimport {findStorageRoot} from 'solid-storage-root';\n\nconst storageRoot = await findStorageRoot('https://solid.pod/profile/card#me', fetch);\n```\n\n## Development\n\n```bash\n# Clone the repository\ngit clone git@github.com:smessie/solid-storage-root.git\ncd solid-storage-root\n\n# Install dependencies\nnpm install\n\n# Build the library\nnpm run build\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsmessie%2Fsolid-storage-root","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsmessie%2Fsolid-storage-root","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsmessie%2Fsolid-storage-root/lists"}