download-cache

1.1.1 • Public • Published

download-cache

NPM version Build status Test coverage Dependency Status License Downloads

var download = require('download-cache');
 
download('https://archive.org/download/Windows7WildlifeSampleVideo/Wildlife_512kb.mp4').then(function (filename) {
  fs.stat(filename);
});

/download-cache/

    Package Sidebar

    Install

    npm i download-cache

    Weekly Downloads

    2

    Version

    1.1.1

    License

    MIT

    Last publish

    Collaborators

    • jongleberry