Track, log, and save automated driving statistics such as distance, time, and weather.
Clone this repository and import into Android Studio
git clone git@github.com:tlm9201/RoadBook.git
Generate API Keys using the following free APIs:
And place both API keys under local.properties
file:
WEATHER_API_KEY=...
RADAR_API_KEY=...
This project is created and mantained by:
- Fork it
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -m 'Add some feature')
- Push your branch (git push origin my-new-feature)
- Create a new Pull Request