Dom88Finch / bbc-good-food-recipe-scraper

The script parses a given BBC Good Food recipe URL and return a simple list of the required ingredients and cooking methods.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BBC Good Food Recipe Scraper

Strip out the chaff from a BBC Good Food Recipe Page

A simple script that, given a BBC Good Food recipe URL, will return the list of required ingredients and cooking method.

Requires Node JS to be installed locally.

Clone the repository and cd into directory

npm install
npm start

Enter the url of a BBC Good Food Recipe into the input field

About

The script parses a given BBC Good Food recipe URL and return a simple list of the required ingredients and cooking methods.


Languages

Language:JavaScript 53.2%Language:HTML 37.2%Language:CSS 9.6%