Extraction, versioning and machine-readable provisioning of public data.
- Gather public information by running
bun run crawl
(this is done every night at 4 by GitHub Actions) - update data files
- if not, create a PR that updates data files
See the Swagger docs.
- Create a source in
/sources/my-source/index.ts
. - Create an exporter in
/sources/my-source/exporter.ts
. - Add source to
/sources/index.ts
. - Add exporter to
/sources/exporter.ts
.