stupid-sheets

0.0.3 • Public • Published

stupid-sheets

A stupid simple Google Sheets reader. Build Status

Installation

npm i stupid-sheets -S

Usage

stupid-sheets loads a published Google Sheet's data as JSON in Node.js.

const googleSheetsId = "1PP72fxscsKti-QYHjllLN2FSie12eollE1QMh1a47Rg";
require("stupid-sheets")(googleSheetsId, json => {
  console.log(json);
});

Readme

Keywords

Package Sidebar

Install

npm i stupid-sheets

Weekly Downloads

0

Version

0.0.3

License

MIT

Unpacked Size

3.7 kB

Total Files

6

Last publish

Collaborators

  • harrystevens