Browser extension to display boardgames ratings from boardgamegeek in boardgamearena. It uses BGG XML API2 to fetch the data.
Add extension (public folder only) on Firefox using about:debugging
and on Chrome using chrome://extensions
.
Run npm install
to install dependencies.
Run linter with npm run lint
.
The extension works pretty well but does not display the rating for all the games.
The API has its limitations, so the parameter exact=1
is necessary to query games, but it results in some games not being found.