ExpeditionRPG / expedition

Expedition: The Cards & App RPG
https://ExpeditionGame.com
Other
78 stars 26 forks source link

Migrate to google sheets CSV since sheets API changed #872

Closed smartin015 closed 2 years ago

smartin015 commented 2 years ago

With the advent of Sheets API V4, the easiest way to fetch the card sheets is to fetch the sheet as a (public) CSV link. This PR fixes #871 by replacing Tabletop.JS (now deprecated) with PapaParse for CSV parsing.

Additionally: