tfs-website-scraper
v0.5.0
Published
Given a webflow published url, the scraper makes a local copy of it so that the website can run locally even without internet connection.
Downloads
1
Readme
Webflow Scraper
Given a webflow published url, the scraper makes a local copy of it so that the website can run locally even without internet connection.
Example
I've included an example script showing how this package could be used. Please see examples/example-scrape.js
TODO
I'd like to eventually make it globally installable so you could run webflow-scraper --url xyz
from anywhere.
I need to work out how to make it output the dist folder into the location the terminal currently is or to a supplied --dir argument.
Contributing
Requirements
Node
// MacOS w/ Homebrew
brew install node
Installation
npm install