Open-Meteo Weather - Advanced Weather Forecasting
{#if mounted}

Open-Meteo Weather

Professional weather forecasting with advanced models, detailed comparisons, and extended predictions

{/if}
{#each features as feature, index (feature.title)} {#if mounted}
{#if feature.icon === 'calendar'} {:else if feature.icon === 'trending-up'} {:else if feature.icon === 'cloud'} {/if}
{feature.title} {feature.description}
{/if} {/each}
{#if mounted && location}
Current Location: {location.name} {location.country} • {location.latitude.toFixed(2)}°, {location.longitude.toFixed(2)}°
{/if}
{#if mounted}

Why Choose Our Weather Service?

Powered by Open-Meteo API with multiple weather models and advanced visualization

{#each [{ title: 'Multiple Models', desc: 'Compare ECMWF, GFS, and more', icon: 'layers' }, { title: 'Extended Forecasts', desc: 'Up to 14 days ahead', icon: 'clock' }, { title: 'Interactive Charts', desc: 'Apache ECharts visualization', icon: 'bar-chart' }, { title: 'Real-time Data', desc: 'Always up-to-date', icon: 'refresh' }] as feature, index (feature.title)}
{#if feature.icon === 'layers'} {:else if feature.icon === 'clock'} {:else if feature.icon === 'bar-chart'} {:else if feature.icon === 'refresh'} {/if}

{feature.title}

{feature.desc}

{/each}
{/if}