Fuel Price API is an api for various fuel type in South Africa. The source for this API is SAPIA
Once you've cloned the project project, use the command below for the start a development server:
deno task start
# or start the server and watch file changes
deno task dev
# or start the server and debug on the browser
deno task inspect