blog-scraper
This is a simple web scrapper to take all blog posts from the defined blog site. It uses puppeteer to load and read a blog post. Links to each blog post are stored in a JSON file. The content of each post is converted to JSON format and save to a shared JSON file.
// run the script
npm run start