mirror of
https://github.com/kennethnym/aris.git
synced 2026-03-20 09:01:19 +00:00
Rename all references across the codebase: package names, imports, source IDs, directory names, docs, and configs. Co-authored-by: Ona <no-reply@ona.com>
31 lines
419 B
Markdown
31 lines
419 B
Markdown
# aelis
|
|
|
|
To install dependencies:
|
|
|
|
```bash
|
|
bun install
|
|
```
|
|
|
|
## Packages
|
|
|
|
### @aelis/source-tfl
|
|
|
|
TfL (Transport for London) feed source for tube, overground, and Elizabeth line alerts.
|
|
|
|
#### Testing
|
|
|
|
```bash
|
|
cd packages/aelis-source-tfl
|
|
bun run test
|
|
```
|
|
|
|
#### Fixtures
|
|
|
|
Tests use fixture data from real TfL API responses stored in `fixtures/tfl-responses.json`.
|
|
|
|
To refresh fixtures:
|
|
|
|
```bash
|
|
bun run fetch-fixtures
|
|
```
|