scrape-recipe

1.0.4 • Public • Published

GitHub top language GitHub repo size GitHub code size in bytes GitHub

Scrape Recipe

Scrape recipe websites with recipe schema data using Playwright.

Installation

Using npm:

npm install scrape-recipe

Usage

// import module
const scrapeRecipe = require('scrape-recipe')
 
async function getRecipe() {
  let recipe = await scrapeRecipe('recipe-website-url')
  console.log(recipe)
}

Contributing

Issues and pull requests are welcome. This codebase follows the Contributor Covenant standard.

License

MIT

Dependents (0)

Package Sidebar

Install

npm i scrape-recipe

Weekly Downloads

1

Version

1.0.4

License

MIT

Unpacked Size

7.17 kB

Total Files

6

Last publish

Collaborators

  • sophia-li