1.0.4 • Published 4 years ago

scrape-recipe v1.0.4

Weekly downloads
5
License
MIT
Repository
github
Last release
4 years ago

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

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago