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

https://github.com/pkoenig10/northern-lights

Uses clustering to learn your most frequently visited locations from your location history
https://github.com/pkoenig10/northern-lights

Last synced: 4 months ago
JSON representation

Uses clustering to learn your most frequently visited locations from your location history

Awesome Lists containing this project

README

        

# Northern Lights

Northern Lights uses clustering to learn your most frequently visited locations from your location history.

## Usage

To use Northern Lights you will need two things:

1. Your Google location history takeout. This can be downloaded from your Google account settings [here](https://www.google.com/settings/takeout).
2. An Google API key. This can be obtained from the [Google Developers Console](https://console.developers.google.com).

To run Northern Lights invoke the following command

$ python northernlights.py [file] [-w]

To see more information about Northern Lights invoke help

$ python northernlights.py -h