{"id":34896474,"url":"https://github.com/fajar-dev/address-parsing-llm","last_synced_at":"2026-05-24T10:40:47.651Z","repository":{"id":311883393,"uuid":"1044805311","full_name":"fajar-dev/address-parsing-llm","owner":"fajar-dev","description":"address parsing with gemini llm","archived":false,"fork":false,"pushed_at":"2025-08-27T09:27:01.000Z","size":90,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-27T16:16:45.025Z","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/fajar-dev.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-08-26T08:32:51.000Z","updated_at":"2025-08-27T09:27:04.000Z","dependencies_parsed_at":"2025-08-27T16:28:03.333Z","dependency_job_id":null,"html_url":"https://github.com/fajar-dev/address-parsing-llm","commit_stats":null,"previous_names":["fajar-dev/address-parsing-llm"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/fajar-dev/address-parsing-llm","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fajar-dev%2Faddress-parsing-llm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fajar-dev%2Faddress-parsing-llm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fajar-dev%2Faddress-parsing-llm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fajar-dev%2Faddress-parsing-llm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fajar-dev","download_url":"https://codeload.github.com/fajar-dev/address-parsing-llm/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fajar-dev%2Faddress-parsing-llm/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28048024,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-12-26T02:00:06.189Z","response_time":55,"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":[],"created_at":"2025-12-26T07:04:06.503Z","updated_at":"2025-12-26T07:05:24.769Z","avatar_url":"https://github.com/fajar-dev.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# address-parsing-llm\n\n\u003e Address parse with Gemini LLM\n\n## Setup\n\n```\nbun install\n```\n\n## Development\n\n```\nbun run dev\n```\n\n## Build\n\n```\nbun run build\n```\n\n## test\n\n```\nbun run test\n```\n\n## Requirements\n\n- bun\n- node 24 or higher\n\n## How To Start\n- rename the .env.example file to .env \n- Install dependencies with `bun install`\n- Run the server locally with `bun start` or `bun run dev`\n\n\n## Documentation\n\n\u003e POST `http://localhost:3000/parse`\n\nExample body:\n```\n{\n    \"address\": \"Jl. Haji Misbah Jl. Komp. Multatuli Indah No.1 Blok D, kel.Hamdan, kecamatan Medan Maimun, mdn, Sumatra Utara 20151\"\n}\n```\n\nExample suceess Responds:\n```JSON\n{\n    \"success\": true,\n    \"message\": \"Address parsed successfully\",\n    \"data\": {\n        \"street\": \"Jalan Haji Misbah Jalan Komplek Multatuli Indah No.1 Blok D\",\n        \"rt\": null,\n        \"rw\": null,\n        \"village\": \"Hamdan\",\n        \"district\": \"Medan Maimun\",\n        \"regency\": \"Medan\",\n        \"province\": \"Sumatera Utara\",\n        \"postalCode\": 20151,\n        \"country\": \"Indonesia\"\n    }\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffajar-dev%2Faddress-parsing-llm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffajar-dev%2Faddress-parsing-llm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffajar-dev%2Faddress-parsing-llm/lists"}