0.0.1-beta.15 • Published 4 months ago

supra.ts v0.0.1-beta.15

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

supra.ts

supra.ts is a simple library to scrape car make/model and road tax expiry from OneMotoring SG.

Installation

npm install supra.ts
yarn add supra.ts

Usage

import { Supra } from "supra.ts";

const supra = new Supra();
const { license, carMake, roadTaxExpiry } = await supra.search(PLATE);

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT