{"id":25029012,"url":"https://github.com/crusaider/srv-schedule","last_synced_at":"2026-02-15T15:46:25.356Z","repository":{"id":275444430,"uuid":"925722931","full_name":"crusaider/srv-schedule","owner":"crusaider","description":"A simple interface to the SRV sewage schedule API. Make it possible to get the next sewage schedule for a given address.","archived":false,"fork":false,"pushed_at":"2025-02-27T19:42:23.000Z","size":63,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-04T07:41:33.966Z","etag":null,"topics":["api","client","srv"],"latest_commit_sha":null,"homepage":"","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/crusaider.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,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-02-01T15:36:32.000Z","updated_at":"2025-02-27T19:52:20.000Z","dependencies_parsed_at":null,"dependency_job_id":"5bbcab42-8be6-42b0-a76f-e2ada80c5737","html_url":"https://github.com/crusaider/srv-schedule","commit_stats":null,"previous_names":["crusaider/srv-schedule"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/crusaider/srv-schedule","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crusaider%2Fsrv-schedule","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crusaider%2Fsrv-schedule/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crusaider%2Fsrv-schedule/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crusaider%2Fsrv-schedule/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/crusaider","download_url":"https://codeload.github.com/crusaider/srv-schedule/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crusaider%2Fsrv-schedule/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29482780,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-15T15:33:17.885Z","status":"ssl_error","status_checked_at":"2026-02-15T15:32:53.698Z","response_time":118,"last_error":"SSL_read: 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":["api","client","srv"],"created_at":"2025-02-05T20:57:26.031Z","updated_at":"2026-02-15T15:46:25.339Z","avatar_url":"https://github.com/crusaider.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SRV Schedule\n\nA simple interface to the SRV sewage schedule API. Make it possible to get the next sewage schedule for a given address. See: https://www.srvatervinning.se/avfallshamtning/nar-hamtar-vi-ditt-avfall\n\n## Installation\n\n```bash\nnpm install @crusaider/srv-schedule\n```\n\n## Usage\n\n### Lookup customer details for a given address\n\n```typescript\nimport { findSuggestions } from '@crusaider/srv-schedule';\n\nfindSuggestions('Rudsjöterrassen 2').then((suggestions) =\u003e {\n  console.log(suggestions);\n});\n```\n\n### Find the next sewage schedule for a given address\n\n```typescript\nimport { search } from '@crusaider/srv-schedule';\n\nsearch('Rudsjöterrassen 2').then((schedule) =\u003e {\n  console.log(schedule);\n});\n```\n\n# Disclaimer\n\nThis is not an official API and may break at any time. Use at your own risk. This is a hobby project and is not affiliated with SRV in any way.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcrusaider%2Fsrv-schedule","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcrusaider%2Fsrv-schedule","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcrusaider%2Fsrv-schedule/lists"}