An Android application that can estimate the amount of fuel consumed on a trip, based on the Make, Model, and Year of a vehicle, and the distance traveled between two points. Created for Purdue University's Boilermake V Hackathon. Winner of Liberty Mutual's Sponsor Prize.
These instructions will get you a copy of the project up and running on your local machine for development and testing.
Note: This software is still in development. Some bugs may be present.
This application requires minimum API 24: Android 7.0 (Nougat) to run and is optimized for API 25: Android 7.1.1 (Nougat)
The easiest way to get a developer copy of this application is to clone the repository:
$ git clone https://github.com/kcsodetz/Gastimate.git
- Android Studio - IDE
- Shine API - Vehicular Data API from Liberty Mutual
- Google Maps API - Google Maps API for calculating distance
- Fuel Prices API - National Average for fuel for the US, courtesy of the US Department of Energy
This project is licensed under the MIT License. See the LICENSE.md for details
- Special thanks to the Boilermake V team for putting on a great hackathon
- Extra special thanks to Liberty Mutual for use of their API
Boiler Up and Hammer Down!