Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/benborgers/driver
🏎 A quick and simple API for reading Google Drive and Google Docs.
https://github.com/benborgers/driver
Last synced: 12 days ago
JSON representation
🏎 A quick and simple API for reading Google Drive and Google Docs.
- Host: GitHub
- URL: https://github.com/benborgers/driver
- Owner: benborgers
- Created: 2021-05-23T03:13:41.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-05-23T14:55:51.000Z (over 3 years ago)
- Last Synced: 2024-08-01T16:44:45.436Z (3 months ago)
- Language: JavaScript
- Homepage: driver-api.vercel.app
- Size: 8.79 KB
- Stars: 12
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Driver
This project lets you use a simple hosted API to read Google Drive and Google Docs content, without needing to mess with authentication or service accounts.
Your document should be shared with public viewing enabled for these to work.
## Doc
```
GET https://driver-api.vercel.app/doc?id={documentId}
```Returns Google's data on a specific Google Doc.