Real time fuel prices.
- list and map view, details view
- choose or detect location
- filter and sorting supported
- multiple APIs
- responsive layout (beta)
- Tankerkoenig.de (official MTS-K data for Germany - https://creativecommons.tankerkoenig.de/)
- Spritpreisrechner.at (official data for Austria - http://spritpreisrechner.at/)
- geoportalgasolineras.es (official data for Spain - http://geoportalgasolineras.es/), uses self-hosted web service (beta)
- prix-carburants.gouv.fr (official data for France - https://prix-carburants.gouv.fr/), uses self-hosted web service (beta)
- carburanti.mise.gov.it (official data for Italy - https://carburanti.mise.gov.it/OssPrezziSearch/)
- myGasFeed.com (user contributed data in USA - http://www.mygasfeed.com/)
Please submit translations at https://translations.launchpad.net/tankenapp.
- Obtain API keys: Before you can build the app you need to rename the file
qml/api/apikeys_template.js
toapikeys.js
and request all needed api keys. - Build: Ubuntu apps are now build using clickable, the SDK won't work. Simply run
clickable
in the projects folder to run the app on a phone orclickable desktop
for testing on the desktop.