The lastest version can be found on the github page demo
##Install
Download the csv into ./tmp/cards.csv
from https://github.com/abrakam/Faeria_Cards/blob/master/CardExport/merlin_shortened.csv
npm install
##Run
npm start
##View
open ./public/index.html
or ./build/output.json
for the nice pretty version.
Github pages deploy
git subtree push --prefix public origin gh-pages