https://github.com/codedotjs/gooder
:key: gives downloadable link of a publicly shared google drive
https://github.com/codedotjs/gooder
Last synced: 6 months ago
JSON representation
:key: gives downloadable link of a publicly shared google drive
- Host: GitHub
- URL: https://github.com/codedotjs/gooder
- Owner: CodeDotJS
- License: mit
- Created: 2016-05-16T09:33:32.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-28T00:43:37.000Z (over 8 years ago)
- Last Synced: 2025-05-09T00:31:53.201Z (8 months ago)
- Language: JavaScript
- Homepage:
- Size: 57.6 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gooder
> Get direct downloadable link to the publically shared media on google drive.
[](https://travis-ci.org/CodeDotJS/gooder)
## Install
```
$ npm install --save gooder
```
### Usage
```js
const gooder = require('gooder');
console.log(gooder('url'));
```
__`Example`__
```js
console.log(gooder('https://docs.google.com/file/d/0BxbU2MT68i0cTW9vQzY5QUxwNm8/view'));
// => https://googledrive.com/host/0BxbU2MT68i0cTW9vQzY5QUxwNm8
```
## Related
- __[`gooder-cli`](https://github.com/CodeDotJS/gooder-cli)__ : `Download publically shared media from google drive with ease`
## License
MIT © [Rishi Giri](http://rishigiri.com)