picosheet
v0.0.3
Published
A small library to get json endpoint of google sheets
Downloads
3
Readme
PicoSheet
A small wrapper around google sheet's JSON API
see https://coderwall.com/p/duapqq/use-a-google-spreadsheet-as-your-json-backend for details
Usage
const GDocs = require('picosheet')
const sheetID = 'AVeryLongKeyYouGetFromGoogle'
GDocs(sheetID)
.then(data => doSomething(data))