supra.ts is a simple library to scrape car make/model and road tax expiry from OneMotoring SG.
npm install supra.ts
yarn add supra.ts
import { Supra } from "supra.ts";
const supra = new Supra();
const { license, carMake, roadTaxExpiry } = await supra.search(PLATE);
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.