Files
alighasami 3d5eaf9445
Some checks failed
Security: Sync from Public / sync-from-public (push) Has been cancelled
Test: Benchmark Nightly / build (push) Has been cancelled
Test: Benchmark Nightly / Notify Cats on failure (push) Has been cancelled
CI: Python / Checks (push) Has been cancelled
Test: Evals Python / Workflow Comparison Python (push) Has been cancelled
Util: Check Docs URLs / check-docs-urls (push) Has been cancelled
Test: Visual Storybook / Cloudflare Pages (push) Has been cancelled
Test: E2E Performance / build-and-test-performance (push) Has been cancelled
Test: Workflows Nightly / Run Workflow Tests (push) Has been cancelled
Util: Cleanup CI Docker Images / Delete stale CI images (push) Has been cancelled
Test: Benchmark Destroy Env / build (push) Has been cancelled
Util: Update Node Popularity / update-popularity (push) Has been cancelled
Test: E2E Coverage Weekly / Coverage Tests (push) Has been cancelled
first commit
2026-03-17 16:22:57 +03:30

46 lines
632 B
TypeScript

export const currentWeatherResponse = {
coord: {
lon: 13.4105,
lat: 52.5244,
},
weather: [
{
id: 804,
main: 'Clouds',
description: 'overcast clouds',
icon: '04n',
},
],
base: 'stations',
main: {
temp: 4.85,
feels_like: 3.42,
temp_min: 3.9,
temp_max: 5.5,
pressure: 1034,
humidity: 85,
sea_level: 1034,
grnd_level: 1028,
},
visibility: 10000,
wind: {
speed: 1.79,
deg: 270,
},
clouds: {
all: 100,
},
dt: 1732901176,
sys: {
type: 2,
id: 2011538,
country: 'DE',
sunrise: 1732863129,
sunset: 1732892267,
},
timezone: 3600,
id: 2950159,
name: 'Berlin',
cod: 200,
};