GoogleTrends / data

An index of all open-source data
Other
4.62k stars 451 forks source link

replacing tabletop.js with papa.parse #34

Closed jckr closed 3 years ago

jckr commented 3 years ago

google api v3 has recently been turned down. this website was relying on it and a js package that could load spreadsheets according to this protocol - tabletop. tabletop.js itself is advocating for using a similar (but actively maintained) library, Papa parse, which has a similar API but can load spreadsheet data with the google api v4 (for now).