An open API service indexing awesome lists of open source software.

https://github.com/markolson/js-sqlite-map-thing

A deliciously hacky page and script to locally read the backup copy of your iPhone/iPad's location data
https://github.com/markolson/js-sqlite-map-thing

Last synced: 4 months ago
JSON representation

A deliciously hacky page and script to locally read the backup copy of your iPhone/iPad's location data

Awesome Lists containing this project

README

          

Visualize your iPhone location tracking data on Google Maps
===========================================================

this is a simple demo webpage that lets you drag-n-drop your iPhone
backups onto a Google Maps screen and see a plot of where you have been.

It uses 100% client-side Javascript to parse your [SQLite DB](http://www.sqlite.org/fileformat.html).

***[You can view this script online here on github](http://markolson.github.com/js-sqlite-map-thing/)***,
or copy the code and run it on your own server.