List of current MEPs filterable by country, committee, delegation, party...
It's a mix of various sources, the European Parliament Website, parltrack, euhubnews and some others.
And a bunch of manual data fixing, like adding the gender.
all the votes: https://mepwatch.eu/9/data/item_rollcall.csv
a specific vote: https://mepwatch.eu/9/cards/167531.csv
more info about the meps: https://mepwatch.eu/9/data/meps.csv
gulp update
to fetch and update datagulp build
to rebuild web resources (js and css)
For metadata updates and data inspection
node scripts/eugroup.js
— updatedata/eugroup.json
fromdata/eugroup.json
and download logos and icons toimg/group
node scripts/update-comittees.js
— updatedata/comittees.json
from eu websitenode scripts/update-delegations.js
— updatedata/delegations.json
from eu websitenode scripts/constituencies.js
— extract constituencies data todata/mep_regions.csv
anddata/regions.csv
node script/csv2json.js data/meps.csv > meps.json
— convertdata/meps.csv
to json