Files
aris/README.md

31 lines
426 B
Markdown
Raw Permalink Normal View History

2026-01-16 00:56:55 +00:00
# aris
To install dependencies:
```bash
bun install
```
## Packages
### @aris/data-source-tfl
TfL (Transport for London) data source for tube, overground, and Elizabeth line alerts.
#### Testing
2026-01-16 00:56:55 +00:00
```bash
cd packages/aris-data-source-tfl
bun run test
2026-01-16 00:56:55 +00:00
```
#### Fixtures
Tests use fixture data from real TfL API responses stored in `fixtures/tfl-responses.json`.
To refresh fixtures:
```bash
bun run fetch-fixtures
```