ShaunLWM / supra

๐ŸŽ๏ธ OneMotoring license plate & road tax scraper

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

๐ŸŽ๏ธ OneMotoring license plate & road tax scraper

License:MIT License


Languages

Language:TypeScript 98.0%Language:JavaScript 2.0%