https://github.com/fxi/trailcast
Interactive GPX track visualization with weather forecasting
https://github.com/fxi/trailcast
bike plan trip
Last synced: 3 months ago
JSON representation
Interactive GPX track visualization with weather forecasting
- Host: GitHub
- URL: https://github.com/fxi/trailcast
- Owner: fxi
- License: mit
- Created: 2025-03-07T17:12:03.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-07-27T12:38:18.000Z (11 months ago)
- Last Synced: 2025-10-11T02:16:53.644Z (9 months ago)
- Topics: bike, plan, trip
- Language: TypeScript
- Homepage: https://fxi.io/trailcast/
- Size: 714 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TrailCast 🗺️🌦️
TrailCast is an interactive GPX track visualization tool with integrated weather forecasting. Upload your GPX tracks and get detailed elevation profiles and weather forecasts along your route.
## Features
- Upload and visualize GPX tracks on interactive topographic maps
- Automatic weather forecasting for key points along your routes
- Interactive elevation profile with cursor tracking
- Persistent local storage for your tracks and data
- Weather data caching to minimize API requests
## Tech Stack
- React
- TypeScript
- Vite
- MapLibre GL JS
- Tailwind CSS
- Open-Meteo API for weather data
## Development
```bash
# Install dependencies
npm install
# Start development server
npm run dev
# Build for production
npm run build
```
## License
MIT