Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ultirequiem/drive_link
🔻 Generate a Google Drive direct download link based on the URL or ID
https://github.com/ultirequiem/drive_link
deno denoland google google-drive javascript javascript-module module node npm typescript
Last synced: 3 months ago
JSON representation
🔻 Generate a Google Drive direct download link based on the URL or ID
- Host: GitHub
- URL: https://github.com/ultirequiem/drive_link
- Owner: UltiRequiem
- License: mit
- Created: 2022-05-12T20:22:11.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-01T00:21:05.000Z (9 months ago)
- Last Synced: 2024-10-04T16:38:23.937Z (4 months ago)
- Topics: deno, denoland, google, google-drive, javascript, javascript-module, module, node, npm, typescript
- Language: TypeScript
- Homepage: https://ulti.js.org/drive_link
- Size: 18.6 KB
- Stars: 11
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# Drive Link
[![Code Coverage](https://codecov.io/gh/UltiRequiem/drive_link/branch/main/graph/badge.svg)](https://codecov.io/gh/UltiRequiem/drive_link)
[![Deno Doc](https://doc.deno.land/badge.svg)](https://doc.deno.land/https/deno.land/x/drive_link/mod.ts)Generate a [Google Drive](https://google.com/drive) direct download link based
on the URL or ID.## Usage
```javascript
import { driveLink } from "https://deno.land/x/drive_link/mod.ts";driveLink(
"https://drive.google.com/file/d/1DvRH-yk1z0HVBK-EmiQeJ_VVh5eHwQXh/view?usp=sharing",
);
//=> "https://drive.google.com/uc?export=download&id=1DvRH-yk1z0HVBK-EmiQeJ_VVh5eHwQXh"
```> Check [platforms](./platforms.md) for other runtime options.
## Documentation
Is hosted on
[Deno Doc](https://doc.deno.land/https://deno.land/x/drive_link/mod.ts) 📄## Support
Open an Issue, I will check it a soon as possible 👀
If you want to hurry me up a bit
[send me a tweet](https://twitter.com/UltiRequiem) 😆Consider [supporting me on Patreon](https://patreon.com/UltiRequiem) if you like
my work 🙏Don't forget to start the repo ⭐
## Authors
[Eliaz Bobadilla](https://ultirequiem.com) - Creator and Maintainer 💪
See also the full list of
[contributors](https://github.com/UltiRequiem/drive_link/contributors) who
participated in this project ✨## Versioning
We use [Semantic Versioning](http://semver.org). For the versions available, see
the [tags](https://github.com/UltiRequiem/drive_link/tags) 🏷️## Licence
Licensed under the MIT License 📄