{"id":18369181,"url":"https://github.com/ideal-postcodes/uk-clear-addressing-bundled","last_synced_at":"2026-03-19T04:04:24.748Z","repository":{"id":37866907,"uuid":"389747275","full_name":"ideal-postcodes/uk-clear-addressing-bundled","owner":"ideal-postcodes","description":"UK Clear Addressing packaged as a drop-in script","archived":false,"fork":false,"pushed_at":"2022-12-12T08:30:55.000Z","size":588,"stargazers_count":0,"open_issues_count":9,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2026-01-19T15:40:18.102Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HTML","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/ideal-postcodes.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}},"created_at":"2021-07-26T19:32:40.000Z","updated_at":"2022-03-31T11:46:48.000Z","dependencies_parsed_at":"2023-01-27T16:30:41.730Z","dependency_job_id":null,"html_url":"https://github.com/ideal-postcodes/uk-clear-addressing-bundled","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/ideal-postcodes/uk-clear-addressing-bundled","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ideal-postcodes%2Fuk-clear-addressing-bundled","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ideal-postcodes%2Fuk-clear-addressing-bundled/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ideal-postcodes%2Fuk-clear-addressing-bundled/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ideal-postcodes%2Fuk-clear-addressing-bundled/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ideal-postcodes","download_url":"https://codeload.github.com/ideal-postcodes/uk-clear-addressing-bundled/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ideal-postcodes%2Fuk-clear-addressing-bundled/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29776638,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-24T04:54:30.205Z","status":"ssl_error","status_checked_at":"2026-02-24T04:53:58.628Z","response_time":75,"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":[],"created_at":"2024-11-05T23:28:40.463Z","updated_at":"2026-02-24T08:33:59.544Z","avatar_url":"https://github.com/ideal-postcodes.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e\r\n  \u003cimg src=\"https://img.ideal-postcodes.co.uk/UK%20Clear%20Addressing%20Logo@3x.png\" alt=\"UK Clear Addressing Bundled\"\u003e\r\n\u003c/h1\u003e\r\n\r\n\u003e JavaScript browser bundles for uk-clear-addressing\r\n\r\n[![npm version](https://badge.fury.io/js/%40ideal-postcodes%2Fuk-clear-addressing-bundled.svg)](https://badge.fury.io/js/%40ideal-postcodes%2Fuk-clear-addressing-bundled)\r\n[![jscdn](https://badgen.net/jsdelivr/v/npm/@ideal-postcodes/uk-clear-addressing-bundled)](https://cdn.jsdelivr.net/npm/@ideal-postcodes/uk-clear-addressing-bundled/dist/)\r\n![Release](https://github.com/ideal-postcodes/uk-clear-addressing-bundled/workflows/Release/badge.svg)\r\n\r\nThis package exports polyfilled, minified copies of `uk-clear-addressing` in various formats available on npm and various JavaScript CDNs. It can be readily [dropped in](#usage) on a page.\r\n\r\nThis package is a transpiled copy of [`uk-clear-addressing`](https://github.com/ideal-postcodes/uk-clear-addressing-bundled).\r\n\r\n## Download\r\n\r\nLatest and pinned versions of each bundle can be downloaded from [jsdelivr.com](https://www.jsdelivr.com).\r\n\r\n### Latest Versions\r\n\r\n- [umd.min.js@latest](https://cdn.jsdelivr.net/npm/@ideal-postcodes/uk-clear-addressing-bundled/dist/umd.min.js)\r\n- [esm.min.js@latest](https://cdn.jsdelivr.net/npm/@ideal-postcodes/uk-clear-addressing-bundled/dist/esm.min.js)\r\n\r\n## Documentation\r\n\r\n### Usage\r\n\r\n#### UMD\r\n\r\n```html\r\n\u003cscript src=\"https://cdn.jsdelivr.net/npm/@ideal-postcodes/uk-clear-addressing-bundled@1\"\u003e\u003c/script\u003e\r\n\r\n\u003cscript\u003e\r\n  var Address = IdealPostcodes.default.Address;\r\n  let address = new Address({\r\n    postcode: \"WS11 5SB\",\r\n    post_town: \"CANNOCK\",\r\n    thoroughfare: \"Pye Green Road\",\r\n    building_name: \"Flower House 189A\",\r\n    organisation_name: \"S D Alcott Florists\",\r\n  });\r\n\u003c/script\u003e\r\n```\r\n\r\n#### ES Module\r\n\r\n```html\r\n\u003cscript\r\n  type=\"module\"\r\n  src=\"https://cdn.jsdelivr.net/npm/@ideal-postcodes/uk-clear-addressing-bundled@1/dist/esm.min.js\"\r\n\u003e\u003c/script\u003e\r\n\r\n\u003cscript type=\"module\"\u003e\r\n  import IdealPostcodes from \"https://cdn.jsdelivr.net/npm/@ideal-postcodes/uk-clear-addressing-bundled/dist/esm.min.js\";\r\n  let address = new IdealPostcodes.Address({\r\n    postcode: \"WS11 5SB\",\r\n    post_town: \"CANNOCK\",\r\n    thoroughfare: \"Pye Green Road\",\r\n    building_name: \"Flower House 189A\",\r\n    organisation_name: \"S D Alcott Florists\",\r\n  });\r\n\u003c/script\u003e\r\n```\r\n\r\n## Licence\r\n\r\nMIT\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fideal-postcodes%2Fuk-clear-addressing-bundled","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fideal-postcodes%2Fuk-clear-addressing-bundled","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fideal-postcodes%2Fuk-clear-addressing-bundled/lists"}