Example of Scraping the tree structure from fractal to get a complete list of components in your fractal docs site.
To get started:
- Pull Down the repo
- run
npm i
to install the needed packages - run
node index.js
to start the scraping process. Make sure the url you need is correct in the top ofindex
(currently set tohttp://localhost:9001
)