https://github.com/fxi/trailcast
Interactive GPX track visualization with weather forecasting
https://github.com/fxi/trailcast
Last synced: 3 months ago
JSON representation
Interactive GPX track visualization with weather forecasting
- Host: GitHub
- URL: https://github.com/fxi/trailcast
- Owner: fxi
- Created: 2025-03-07T17:12:03.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-03-07T17:25:50.000Z (3 months ago)
- Last Synced: 2025-03-07T18:24:51.517Z (3 months ago)
- Language: TypeScript
- Size: 113 KB
- Stars: 0
- 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