https://github.com/paramsiddharth/url-downloader
Downloads a resource from the given URL.
https://github.com/paramsiddharth/url-downloader
Last synced: 8 months ago
JSON representation
Downloads a resource from the given URL.
- Host: GitHub
- URL: https://github.com/paramsiddharth/url-downloader
- Owner: paramsiddharth
- Created: 2021-04-22T12:06:04.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-04-22T12:06:11.000Z (about 5 years ago)
- Last Synced: 2024-05-22T20:21:14.225Z (about 2 years ago)
- Language: JavaScript
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# URL Downloader
Download a resource from the given URL, including images,
text files, and audio, which would otherwise be opened by
the browser.
It is front-end only, and hence prone to failure due to
CORS.