4.0.1 • Published 7 years ago

bgg-get v4.0.1

Weekly downloads
3
License
ISC
Repository
github
Last release
7 years ago

bgg-get

get the data for a list of games from board game geek and export it to a json file

how to use

Install globally to use in the command line

$ npm i -g bgg-get

Create an xlsx file with a list of board game geek id numbers you can get the id number from the link to the game's page

For example the id for Catan is 13 https://boardgamegeek.com/boardgame/13/catan

then run in the console

$ bgg-get --sheet=[sheet name] \
--column=[column name] \
--src=[path to xlsx file] \
--out=[path to save your file]

example

$ bgg-get --sheet='Sheet1' \
--column='id' \
--src=./bgg.xlsx \
--out=./my-data.json
4.0.1

7 years ago

4.0.0

7 years ago

3.1.0

7 years ago

3.0.0

7 years ago

2.0.3

8 years ago

2.0.2

8 years ago

2.0.1

8 years ago

2.0.0

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago