Files
aris/README.md

31 lines
416 B
Markdown
Raw Permalink Normal View History

2026-01-16 00:56:55 +00:00
# aris
To install dependencies:
```bash
bun install
```
## Packages
### @aris/source-tfl
TfL (Transport for London) feed source for tube, overground, and Elizabeth line alerts.
#### Testing
2026-01-16 00:56:55 +00:00
```bash
cd packages/aris-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
```