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

https://github.com/lc0/traveled-dataviz

End of the year page to show places visited
https://github.com/lc0/traveled-dataviz

foursquare quantified-self

Last synced: 19 days ago
JSON representation

End of the year page to show places visited

Awesome Lists containing this project

README

        

# Places traveled

It's hard to reach your goals if you do not have any.
On the other hand, it's certainly nice to leave some space for serenity, but it might also mean that you do not really make constant progress.

The idea of this project is to have a set of scripts that allow revisiting visually traveled destinations. As the primary matter of keeping track of these, I used Foursquare/Swarm.

## Demo

## Installation

Export Foursquare token via env variable. The Foursquare token and API can be explored at [link](https://foursquare.com/developers/explore#req=users%2Fself)

```sh
export FOURSQUARE=YOUR_TOKEN_HERE
```

Or if executed from within the shell like Google Colab or running Jupyter

```
%env FOURSQUARE=YOUR_TOKEN_HERE
```

## Running with [Streamlit](https://streamlit.io/s)

```sh
streamlit run streamlit/main.py
```

## Development
The project uses [`pipenv`](https://github.com/pypa/pipenv) for dependency management
```
pipenv shell
pipenv sync
```

---
> GitHub [@lc0](https://github.com/lc0)  · 
> Twitter [@lc0d3r](https://twitter.com/lc0d3r)  ·