This repository hosts the code behind the "Our Parliament in Data" website. It uses the Observable runtime to import the notebooks in which the visualisations were implemented.
To locally run this project, you can use any simple HTTP server (like Python's http.server
).
python -m http.server
Observable notebooks are used to build the content of all the pages in this repo dynamically. The runtime provides us with many conveniences for visualizing data using D3.js and Vega-Lite. Below you can find the link to the relevant notebooks for each page:
- Homepage (Observable Notebook)
- Member (Observable Notebook)
- Party (Observable Notebook)
- Search (Observable Notebook)
The Our Parliament in Data website is hosted by Netlify and Cloudflare, without the free services provided by these valued partners we wouldn't be able to exist.