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

https://github.com/lx4r/trips-map

A tool to visualize your trips on a map
https://github.com/lx4r/trips-map

map travel trips visualization

Last synced: about 1 year ago
JSON representation

A tool to visualize your trips on a map

Awesome Lists containing this project

README

          

# Trips Map

A tool to visualize your trips on a map

![screenshot](assets/screenshot.png)

# Prerequisites

- [uv](https://docs.astral.sh/uv/)
- Python (see [`pyproject.toml`](pyproject.toml) for supported versions)

## Installation

1. Clone this repo
2. `uv sync`
3. `uv run generate_dotenv.py`

## Running the app

`uv run streamlit run main.py`

## Trips file format

See explanation [here](trips_file_format.md).

## Contributing

Contributions are welcome! Please feel free to submit pull requests or open issues to suggest improvements or add new features.

## License

See [here](LICENSE).