lib-racv-http-client
v0.0.8
Published
A http api client of RACV's fuel price [page](https://www.racv.com.au/on-the-road/driving-maintenance/fuel-prices.html).
Downloads
7
Readme
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.
