indec

0.0.1 • Public • Published

INDEC

Google Spreadsheet to JSON.

Usage

import indec from 'indec';
 
Indec('0AjAPaAU9MeLFdHUxTlJiVVRYNGRJQnRmSnQwTlpoUXc', (error, data) => console.log(data));

Getting the spreadsheet key:

API

Indec#(key, callback)

Fetch data from the google drive spreadsheet given by the key and return as JSON.

  • event - The name of the event you want to add.
  • listener - Listener you want to add from given event.
Indec('0AjAPaAU9MeLFdHUxTlJiVVRYNGRJQnRmSnQwTlpoUXc', (error, data) => console.log(data));

Installation

$ npm install indec

License

MIT license

Credits

Tabletop, because this module is just a simplification for Tabletop.

Readme

Keywords

Package Sidebar

Install

npm i indec

Weekly Downloads

1

Version

0.0.1

License

MIT

Last publish

Collaborators

  • danzajdband