An open API service indexing awesome lists of open source software.

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.

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.