Skip to content

KuldeepG/axel-download

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

##axel-download

Node bindings for Axel (A lighter download accelerator for Linux and other Unices.)

###Setup

Compile the code to get the node module

With npm

npm install

With node-gyp:

node-gyp configure build

###Example Usage

After compilation the node module will be in build/Release folder.

var axel = require('./build/Release/axelBinding')

axel.download({url: URL_TO_DOWNLOAD})

About

Node bindings for Axel (A lighter download accelerator for Linux and other Unices.)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published