darkelement1987 / d2c-panda-wish

Generate a JSON wishlist from PandaPaxxy's god roll Google Sheet (for use on D2Checklist.com, or wherever you want)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

d2c-panda-wish

Generate a JSON wishlist from PandaPaxxy's god roll Google Sheet (for use on D2Checklist.com, or wherever you want)

Reddit post about Panda's list

The source sheet

D2Checklist

Credit: Based loosely on Little Light's own csv parser

Usage

git clone https://github.com/dcaslin/d2c-panda-wish.git

npm install

npm start or npm run once

This will print out to the console. Bad validation messages have a xxxxx prefix, and good messages have a ***** prefix. It will also write out files to the ./tmp folder for debugging. Finally it will produce sheet-errors.txt and ./panda-godrolls.json (./panda-godrolls-with-errors.json if there are errors). That last one, panda-godrolls.txt is what you're looking for!

About

Generate a JSON wishlist from PandaPaxxy's god roll Google Sheet (for use on D2Checklist.com, or wherever you want)

License:MIT License


Languages

Language:TypeScript 100.0%