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

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.

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