gooder
v1.0.4
Published
An API to provide direct download link of publicly shared files on Google Drive
Downloads
21
Maintainers
Readme
gooder
Get direct downloadable link to the publically shared media on google drive.
Install
$ npm install --save gooder
Usage
const gooder = require('gooder');
console.log(gooder('url'));
Example
console.log(gooder('https://docs.google.com/file/d/0BxbU2MT68i0cTW9vQzY5QUxwNm8/view'));
// => https://googledrive.com/host/0BxbU2MT68i0cTW9vQzY5QUxwNm8
Related
gooder-cli
:Download publically shared media from google drive with ease
License
MIT © Rishi Giri