Skip to content

Instantly share code, notes, and snippets.

@ivarprudnikov
Created July 2, 2019 13:20
Show Gist options
  • Save ivarprudnikov/aa4b5b1db0cd61113a571da95318d502 to your computer and use it in GitHub Desktop.
Save ivarprudnikov/aa4b5b1db0cd61113a571da95318d502 to your computer and use it in GitHub Desktop.
const scrape = require('website-scraper')
const path = require('path')
const options = {
urls: ['https://path.to.website.com'],
directory: path.resolve(__dirname, '<folder name here>'),
recursive: false
}
scrape(options)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment