Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 419 Bytes

File metadata and controls

30 lines (19 loc) · 419 Bytes

freya

To install dependencies:

bun install

Packages

@freya/source-tfl

TfL (Transport for London) feed source for tube, overground, and Elizabeth line alerts.

Testing

cd packages/freya-source-tfl
bun run test

Fixtures

Tests use fixture data from real TfL API responses stored in fixtures/tfl-responses.json.

To refresh fixtures:

bun run fetch-fixtures