Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nescalante/gsx
Google Spreadsheets reader
https://github.com/nescalante/gsx
Last synced: 20 days ago
JSON representation
Google Spreadsheets reader
- Host: GitHub
- URL: https://github.com/nescalante/gsx
- Owner: nescalante
- License: mit
- Created: 2015-01-13T17:54:59.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-03-31T20:10:32.000Z (over 7 years ago)
- Last Synced: 2024-08-09T13:44:51.436Z (5 months ago)
- Language: JavaScript
- Homepage: http://nescalante.github.io
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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); // sheetsdata.sheets[0].fetch(function (err, data) {
console.log(data); // first sheet objects
});
})
```## License
MIT