An open API service indexing awesome lists of open source software.

https://github.com/bdunnette/metro-traces


https://github.com/bdunnette/metro-traces

Last synced: 11 days ago
JSON representation

Awesome Lists containing this project

README

          

# metro-traces

Metro Traces is now a SvelteKit app managed with Bun.

## Setup

```bash
bun install
bun run dev
```

## Build

```bash
bun run build
```

## Notes

- The live vehicle feed is decoded from `https://svc.metrotransit.org/mtgtfs/vehiclepositions.pb` using `protobufjs`.
- The old static `index.html`, `app.js`, and `style.css` entrypoints have been replaced by the SvelteKit app under `src/`.