Home

Awesome

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.

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.