Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nescalante/gsx

Google Spreadsheets reader
https://github.com/nescalante/gsx

Last synced: 20 days ago
JSON representation

Google Spreadsheets reader

Awesome Lists containing this project

README

        

# GSX

> Google SpreadSheets Reader

## Install

```shell
npm install gsx
```

## Usage

```
var gsx = require('gsx');

gsx('someKey', function (err, data) {
console.log(data); // sheets

data.sheets[0].fetch(function (err, data) {
console.log(data); // first sheet objects
});
})
```

## License

MIT