This project takes data from regeringen.se and parses it through zod. More specifically, it takes all laws, propositions, utskottsutlåtanden etc from https://rkrattsbaser.gov.se and parses the XML.
To install dependencies:
bun install
To run:
bun run index.ts
This project was created using bun init
in bun v1.1.1. Bun is a fast all-in-one JavaScript runtime.