Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 425 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 425 Bytes

Fuel Price API

Fuel Price API is an api for various fuel type in South Africa. The source for this API is SAPIA

Developing

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