econpy / torque

A set of tools used with the Torque app for Android to store OBD2 data in MySQL, view GPS data from Torque on a map in real time using the Google Maps JavaScript API, plot OBD2 data in time series charts, and export the data to CSV or JSON.
MIT License
282 stars 119 forks source link

fix Google API Authentification. Auth via key supported #43

Open maldag opened 7 years ago

maldag commented 7 years ago

Fixes Issue#41 and adds support for Google Key Authentification. The key is stored in creds.php

j2deen commented 7 years ago

Sounds like a better solution to put it in creds.php - thanks for the fix.