A parser for https://ts.mpwt.gov.kh/xxx
plate number QR Code. The parser will fetch data and parse it as a JSON format.
This package is ESM-only!
npm install mpwt-parser
import { parse } from 'mpwt-parser'
const result = await parse("http://ts.mpwt.gov.kh/Q01VHN2B");
Result
Apache-2.0