Show data related to pull requests
bun install
Get the azure cli with devops extension and run this in the command line:
$ az login --allow-no-subscriptions
$ fetch-prs.fish
$ bun run dev
flowchart
Az-DevOps <-- "az repos pr list" --> Az-CLI
subgraph Bun
Hono <-- "queries" --> db[(SQLite)]
Az-CLI -- "json" --> ado((Script))
ado((Script)) -- "Insert" --> db[(SQLite)]
end
subgraph Browser
Hono <-- "ajax" --> HTML
htmx -- "attributes" --> HTML
end