1.1.1 • Published 10 years ago

download-cache v1.1.1

Weekly downloads
1
License
MIT
Repository
github
Last release
10 years ago

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