0.0.1 • Published 8 years ago

indec v0.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
8 years ago

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.