.NET Core application to pull a user's collection from BoardGameGeek.
Go to file
James Skemp 229d3fe5c6 Add start of functionality to pull user's collection 2019-01-03 20:06:48 -06:00
.gitignore Create new .NET Core 2.2 console application 2019-01-03 18:07:32 -06:00
Program.cs Add start of functionality to pull user's collection 2019-01-03 20:06:48 -06:00
README.md Add start of functionality to pull user's collection 2019-01-03 20:06:48 -06:00
appsettings.json Add start of functionality to pull user's collection 2019-01-03 20:06:48 -06:00
boardgamegeek-collection.csproj Add start of functionality to pull user's collection 2019-01-03 20:06:48 -06:00
boardgamegeek-collection.sln Add start of functionality to pull user's collection 2019-01-03 20:06:48 -06:00

README.md

BoardGameGeek Collection Data

[].NET Core 2] application to pull a user's collection from BoardGameGeek.

This uses the BGG XML API to pull information.

Building the Application

TODO

Running the Application

TODO