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
- Host: GitHub
- URL: https://github.com/markolson/js-sqlite-map-thing
- Owner: markolson
- Created: 2011-04-25T23:33:00.000Z (about 15 years ago)
- Default Branch: master
- Last Pushed: 2011-04-26T22:04:55.000Z (about 15 years ago)
- Last Synced: 2025-08-12T21:33:29.438Z (11 months ago)
- Language: JavaScript
- Homepage:
- Size: 687 KB
- Stars: 22
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.markdown
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.