jaggedsoft / stupid-sheets

A stupid simple Google Sheets reader.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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);
});

About

A stupid simple Google Sheets reader.

License:MIT License


Languages

Language:JavaScript 100.0%