Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 381 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 381 Bytes

GeoJSON vector server and web client to use NSW Fuel API

NSW Fuel API: https://api.nsw.gov.au/DeveloperApp

Geocoding API: https://mappify.io/

Example run in dev mode (HTTP):

./fuelnearme --config=app.yml server --dev-mode --port=8010

Example run with TLS:

/fuelnearme --config=app.yml server --port=8010 --tls-cert=service.cert --tls-cert-key=service.key