https://github.com/jongacnik/gd-data
Fetch public google docs as structured data
https://github.com/jongacnik/gd-data
archieml google-docs now
Last synced: 15 days ago
JSON representation
Fetch public google docs as structured data
- Host: GitHub
- URL: https://github.com/jongacnik/gd-data
- Owner: jongacnik
- Created: 2019-07-24T19:16:53.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-07-24T19:31:51.000Z (over 5 years ago)
- Last Synced: 2025-02-12T18:54:59.771Z (2 months ago)
- Topics: archieml, google-docs, now
- Language: JavaScript
- Homepage:
- Size: 1000 Bytes
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# gd-data
Fetch public ([published to web](https://support.google.com/docs/answer/183965?co=GENIE.Platform%3DDesktop&hl=en)) google docs as structured data. Ready to deploy to [now](https://zeit.co/now).
## API
### `/api/doc?url=[url]`
Pass url to a public google doc. Content is parsed with [archieml](http://archieml.org/).
## Deploy
```
$ git clone https://github.com/jongacnik/gd-data && cd gd-data
$ now
```## Why?
Useful if you want google doc data and don't want to deal with authentication. Works great when you don't mind your doc being public, and don't care that published to web docs only update every 5 mins.
p.s. This is provided as-is since just using for myself :)
## Todo
- [ ] Add support for `/api/sheet?url=[url]`