- Node.js scraper for landing page builders
- clone repository to your local
- cd to repo
- run
npm installoryarnon your terminal
- copy
config-sample.jsonfile and rename it toconfig.js
- set your custom config at
config.jsfor different landings
npm run landingifor scraping your landing page- watch the
console logsfor destination directory
projectsdirectory will be created during the scraping. you can find your project there.
- inside of your project you can find
data.phpfile - this file is like this
<? $baseUrl='http://localhost/' ?>
- edit this file and replace the localhost with your host domain