Initial experiment using cheerio and sanitize-html to scrape a Jimdo blog enabling you to export content to another CMS.
- scrape pagination
- scrape each pages within the blog
- save to json file of all blog posts with links, date, title etc
- iterate through each blog post saving data into
- single json file
- separate json files
- create post with title
- make first image element the featured image
- import