Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 809 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 809 Bytes

Congressional Graph

A graph visualization of Congressional Dish episode references.

It's one of my favourite podcasts, and increasingly it feels like there are a lot of links to keep track of. I blame Jen for finding so many of the world's problems. Anyway, seemed a good opportunity to play around with graphs.

I think if I do much more work on this it'll be focused on subgraph views rather than macro, but starting with a render of an adjacency-reduced graph seemed solid.

Data is fetched from the RSS feed and parsed into a graph separately, then rendered using React Flow.

Toolchain

Setup and go

yarn
yarn dev