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.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.4
    0
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.1.4
    0
  • 0.1.3
    0

Package Sidebar

Install

npm i google-sheet-fetch-json

Weekly Downloads

0

Version

0.1.4

License

MIT

Unpacked Size

213 kB

Total Files

12

Last publish

Collaborators

  • dinels