Skip to content

hanford/Website-Downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Website Downloader

To use npm install
Create a file named sitelist.js of URL's that looks like this

module.exports = {
  websites: [
  "http://example.com/",
  "http://test.com/"
  ]
}

Then simply run node app

About

Node script for downloading list of websites

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published