Display list of games played and available in my game room!
Originally forked from derekeder/csv-to-html-table, but later converted to just using YAML data and jQuery DataTables directly.
Check out the live site: http://stephenhouser.github.io/game-room/
Originally adapted from derekeder/csv-to-html-table. Which would convert CSV files for use by jQuery DataTables. I no longer use any of Derek's code, but have an appreciation and give thanks for his work.
Uses jQuery, but only for the jQuery DataTables plugin.
Uses Bootstrap Table for the table display.
Copyright (c) 2017 Stephen Houser. Released under the MIT License.
cat bgg-collection.xml| xq '.items.item[] | .name | .["#text"]'
python -c 'import json; import yaml; print(yaml.dump(json.load(open("inputfile"))))'