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);
});

Readme

Keywords

Package Sidebar

Install

npm i download-cache

Weekly Downloads

1

Version

1.1.1

License

MIT

Last publish

Collaborators

  • jongleberry