{"id":21365897,"url":"https://github.com/seanghay/mpwt-parser","last_synced_at":"2026-04-13T08:31:25.277Z","repository":{"id":65345624,"uuid":"590420545","full_name":"seanghay/mpwt-parser","owner":"seanghay","description":"A JSON parser for ts.mpwt.gov.kh plate number QR Code","archived":false,"fork":false,"pushed_at":"2023-01-18T12:57:11.000Z","size":60,"stargazers_count":1,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-09T06:07:50.893Z","etag":null,"topics":["cambodia","javascript","mpwt","nodejs","qrcode"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/seanghay.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}},"created_at":"2023-01-18T11:28:31.000Z","updated_at":"2023-06-11T03:39:32.000Z","dependencies_parsed_at":"2023-02-10T15:00:21.708Z","dependency_job_id":null,"html_url":"https://github.com/seanghay/mpwt-parser","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/seanghay/mpwt-parser","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seanghay%2Fmpwt-parser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seanghay%2Fmpwt-parser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seanghay%2Fmpwt-parser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seanghay%2Fmpwt-parser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/seanghay","download_url":"https://codeload.github.com/seanghay/mpwt-parser/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seanghay%2Fmpwt-parser/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31746101,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T06:26:45.479Z","status":"ssl_error","status_checked_at":"2026-04-13T06:26:44.645Z","response_time":93,"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":["cambodia","javascript","mpwt","nodejs","qrcode"],"created_at":"2024-11-22T07:13:09.820Z","updated_at":"2026-04-13T08:31:25.263Z","avatar_url":"https://github.com/seanghay.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## MPWT Parser\n\nA parser for `https://ts.mpwt.gov.kh/xxx` plate number QR Code. The parser will fetch data and parse it as a JSON format.\n\n### Installation\n\nThis package is ESM-only!\n\n```\nnpm install mpwt-parser\n```\n\n### Usage\n\n```js\nimport { parse } from 'mpwt-parser'\n\nconst result = await parse(\"http://ts.mpwt.gov.kh/Q01VHN2B\");\n```\n\nResult\n\n```jsonc\n{\n  \"plate_no\": { \"en\": \"SIEM REAP 3A-2399\", \"km\": \"សៀមរាប 3A-2399\" },\n  \"brand\": \"HYUNDAI COUNTY\",\n  \"type\": { \"en\": \"HEAVY BUS\", \"km\": \"ដឹកអ្នកដំណើរធុនធំ\" },\n  \"color\": { \"en\": \"MILK COLOR\", \"km\": \"ទឹកដោះគោ\" },\n  \"engine_no\": \"D4D***61727\",\n  \"frame_no\": \"KMJHD1******28960\",\n  \"power\": \"140\",\n  \"chassis_no\": \"NIL\",\n  \"axle_no\": \"2\",\n  \"cylinder_no\": \"4\",\n  \"cylinder_size\": \"3907\",\n  \"year_made\": \"2006\"\n}\n```\n\n---\n\n#### License\n\n`Apache-2.0`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fseanghay%2Fmpwt-parser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fseanghay%2Fmpwt-parser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fseanghay%2Fmpwt-parser/lists"}