1.0.0 • Published 5 years ago
yadisk-downloader-js v1.0.0
You need NodeJS to run this code.
Download file directly from Yandex.Disk.
Usage
Install with:
npm install yadisk-downloader-js --save
Example:
const yadiskDownloader = require('yadisk-downloader-js');
yadiskDownloader.downloadFile('https://yadi.sk/i/wrK9ffLSbMMZqw', './acedron.png', err => {
if (err) console.log(err);
});
Documentation
You can find documentation here.
1.0.0
5 years ago