TypeScript client for the Fuel Finder API.
Client provides base methods to authenticate and fetch both fuel station and
price data from the UK government Fuel Finder API,
optionally caching results.
ClientService extends the client to provide an auto-refreshing service,
transforming data into a mapping of node IDs to station and price information.
Starting the project will create an Express server with endpoints to return data from the service.
After cloning the repository with: git clone https://github.com/Zedeldi/fuel-finder.git
- Install dependencies:
npm install - Start Express server:
npm start
- Express - Web framework
- Fuel Finder - UK government service
fuel-finder is licensed under the MIT Licence for
everyone to use, modify and share freely.
This project is distributed in the hope that it will be useful, but without any warranty.
If you found this project useful, please consider donating. Any amount is greatly appreciated! Thank you 😃
