Created
July 2, 2019 13:20
-
-
Save ivarprudnikov/aa4b5b1db0cd61113a571da95318d502 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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