{"id":44762712,"url":"https://github.com/wspringer/addressless","last_synced_at":"2026-02-16T03:18:29.163Z","repository":{"id":295880385,"uuid":"991560130","full_name":"wspringer/addressless","owner":"wspringer","description":"Finding addresses if all you have is a postcode and housenumber (only in the NL)","archived":false,"fork":false,"pushed_at":"2025-05-27T21:32:20.000Z","size":28,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-05-27T21:32:43.722Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/wspringer.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"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-05-27T20:12:22.000Z","updated_at":"2025-05-27T21:32:21.000Z","dependencies_parsed_at":"2025-06-02T22:32:51.315Z","dependency_job_id":null,"html_url":"https://github.com/wspringer/addressless","commit_stats":null,"previous_names":["wspringer/addressless"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/wspringer/addressless","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wspringer%2Faddressless","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wspringer%2Faddressless/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wspringer%2Faddressless/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wspringer%2Faddressless/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wspringer","download_url":"https://codeload.github.com/wspringer/addressless/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wspringer%2Faddressless/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29499612,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-16T02:07:14.481Z","status":"online","status_checked_at":"2026-02-16T02:03:22.852Z","response_time":115,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":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":[],"created_at":"2026-02-16T03:18:28.580Z","updated_at":"2026-02-16T03:18:29.158Z","avatar_url":"https://github.com/wspringer.png","language":"TypeScript","funding_links":["https://buymeacoffee.com/up8kgm1"],"categories":[],"sub_categories":[],"readme":"# README\n\nIn the Netherlands, every address is uniquely identified by postcode and\nhousenumber. This library wraps a database with all addresses in the\nNetherlands, allowing you to quickly resolve the address details for postcode\nand housenumber combinations.\n\n\u003ca href=\"https://buymeacoffee.com/up8kgm1\" target=\"_blank\"\u003e\n  \u003cimg src=\"https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png\" alt=\"Buy Me A Coffee\" width=\"200\" /\u003e\n\u003c/a\u003e\n\n## Usage\n\n```typescript\nimport { lookupAddress } from \"addressless\";\n\nconst address = lookupAddress(\"4147AZ\", \"5\");\n// {\n//   \"city\": \"Asperen\",\n//   \"district\": \"Asperen\",\n//   \"houseNumber\": \"5\",\n//   \"latitude\": 51.88051803,\n//   \"longitude\": 5.11206571,\n//   \"municipality\": \"West Betuwe\",\n//   \"neighbourhood\": \"Asperen Oude Kern\",\n//   \"postcode\": \"4147AZ\",\n//   \"province\": \"Gelderland\",\n//   \"street\": \"Stadswal\",\n// }\n```\n\n## Source\n\nThe data in this project is based on [this\nrepository](https://github.com/LJPc-solutions/Nederlandse-adressen-en-postcodes/tree/main).\nI might at some point set up a mechanism to start tailing changes in that\nrepository and create releases automatically. This version is however based on\n[this revision](https://github.com/LJPc-solutions/Nederlandse-adressen-en-postcodes/commit/a1f2197a129a8e0c54cd9b5197de7f814ff1d0cd).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwspringer%2Faddressless","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwspringer%2Faddressless","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwspringer%2Faddressless/lists"}