Google Sheet Data
A simple library to go fetch data from Google Sheets without having to use OAuth or any configuration other than having made the sheet public.
Getting Started
const googleSheetData = ; const data = await ;
Installing
Requires request-promise library
npm i request-promise
Prereqs
- Make the sheet public
- Record the sheetId
- Doesn't require OAuth or any other authentication.
- Profit!