arcadeprecated

little tool to download files from a public dropbox folder

Usage no npm install needed!

<script type="module">
  import arca from 'https://cdn.skypack.dev/arca';
</script>

README

arca

Small tool to download files from a public dropbox folder.

installation

npm install arca

usage

arca = require('arca');

arca.set('https://www.dropbox.com/s/i3nu0semiguzh98', '\.md|\.markdown');

arca.sync(function (e, path) {
    console.log('Path with the downloaded files: ' + path);
});