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
- Host: GitHub
- URL: https://github.com/lx4r/trips-map
- Owner: lx4r
- License: mit
- Created: 2024-02-24T17:31:41.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-21T15:29:25.000Z (about 1 year ago)
- Last Synced: 2025-03-21T16:35:26.052Z (about 1 year ago)
- Topics: map, travel, trips, visualization
- Language: Python
- Homepage:
- Size: 1.67 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Trips Map
A tool to visualize your trips on a map

# 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).