supra.ts
TypeScript icon, indicating that this package has built-in type declarations

0.0.5 • Public • Published

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

Package Sidebar

Install

npm i supra.ts

Weekly Downloads

6

Version

0.0.5

License

MIT

Unpacked Size

18.5 kB

Total Files

11

Last publish

Collaborators

  • shaunlwm