0.0.8 • Published 2 years ago
lib-racv-http-client v0.0.8
A http api client of RACV's fuel price page.
Sample usage:
import { fetchFuelPrices } from "lib-racv-http-client";
const prices = await fetchFuelPrices();Shape of the returned object may vary depends on RACV's implementation.
The library fetches and decrypted the fuel price data.