This is an API that performs HTML scraping to obtain and return recipe information in a standardised format, primarily focusing on websites that focus on baking.
A Docker image is available for the API at Docker Hub - once downloaded, this can be run with:
docker run -p 5000:80 lewistrowbridge/bakerscraper:latest
No.