https://github.com/maximilianmairinger/downloadar
Download a file from an url in the browser.
https://github.com/maximilianmairinger/downloadar
browser download file image web
Last synced: over 1 year ago
JSON representation
Download a file from an url in the browser.
- Host: GitHub
- URL: https://github.com/maximilianmairinger/downloadar
- Owner: maximilianMairinger
- Created: 2021-04-05T11:57:53.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-06T10:59:48.000Z (about 5 years ago)
- Last Synced: 2025-02-22T22:36:45.747Z (over 1 year ago)
- Topics: browser, download, file, image, web
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/download-file-web
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Download file web
Download a file from an url in the browser.
> Please note that Download file web is currently under development and not yet suited for production
## Installation
```shell
$ npm i downloadar
```
## Usage
```ts
import downloadar from "downloadar"
downloadar()
```
## Contribute
All feedback is appreciated. Create a pull request or write an issue.