https://github.com/zeke/geotail
An invisible electron app that tracks your geolocation and logs it to disk.
https://github.com/zeke/geotail
electron geo
Last synced: 10 months ago
JSON representation
An invisible electron app that tracks your geolocation and logs it to disk.
- Host: GitHub
- URL: https://github.com/zeke/geotail
- Owner: zeke
- License: cc0-1.0
- Created: 2016-07-20T22:19:19.000Z (almost 10 years ago)
- Default Branch: main
- Last Pushed: 2022-05-25T16:40:53.000Z (about 4 years ago)
- Last Synced: 2025-04-24T07:15:02.353Z (about 1 year ago)
- Topics: electron, geo
- Language: JavaScript
- Homepage:
- Size: 14.6 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# geotail
An invisible electron app that tracks your geolocation and logs it to disk.
:construction: alpha/experimental :construction:
## Dependencies
- [electron-config](https://github.com/sindresorhus/electron-config): Simple config handling for your Electron app or module
- [geolocation-stream](https://github.com/maxogden/domnode-geolocation): streaming API on top of the html5 geolocation API
- [geoposition-to-object](https://github.com/zeke/geoposition-to-object): Turn an HTML5 Geoposition object into a regular object that can be serialized with JSON.stringify
## Dev Dependencies
- [electron-prebuilt](https://github.com/electron-userland/electron-prebuilt): Install electron prebuilt binaries for the command-line use using npm
## License
MIT