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

0.0.1-beta.15 • 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

0

Version

0.0.1-beta.15

License

MIT

Unpacked Size

20 kB

Total Files

18

Last publish

Collaborators

  • shaunlwm