google-sheet-fetch-json
TypeScript icon, indicating that this package has built-in type declarations

0.1.4 • Public • Published

Google Sheet Guide

Quick Solution to fetch a Google Spreadshet URL, without passing params or tokens.

How To Use

// you only have to pass a SHEET_URL

// https://sheets.googleapis.com/v4/spreadsheets/<SHEET_ID>/values/<TABLE_NAME>?key=<GOOGLE_TOKEN>

 const data = await getDataFromSheetURL(sheet_url);

// The response is a Array containing all the rows from the sheet :D

Simple NPM Module

Thanks for using.

Readme

Keywords

none

Package Sidebar

Install

npm i google-sheet-fetch-json

Weekly Downloads

1

Version

0.1.4

License

MIT

Unpacked Size

213 kB

Total Files

12

Last publish

Collaborators

  • dinels