Skip to content

Latest commit

 

History

History
31 lines (17 loc) · 1.1 KB

README.md

File metadata and controls

31 lines (17 loc) · 1.1 KB

The Game Room Log

About

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/

About the Code

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

Copyright (c) 2017 Stephen Houser. Released under the MIT License.

NOTES

cat bgg-collection.xml| xq  '.items.item[] | .name | .["#text"]'

python -c 'import json; import yaml; print(yaml.dump(json.load(open("inputfile"))))'