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

https://github.com/wuriyanto48/wani

File downloader written in Node
https://github.com/wuriyanto48/wani

cli dowload nodejs

Last synced: about 1 month ago
JSON representation

File downloader written in Node

Awesome Lists containing this project

README

          

### Wani

File downloader written in pure Node

#### Install
This tool not published on `NPM` yet, you can install manually with `npm link`
```shell
$ npm link
```

To uninstall
```shell
$ npm unlink
```

#### Usage

```shell
$ wani http://mystorage.com/myfile.zip
```