Releases: jadkins89/Recipe-Scraper
Releases · jadkins89/Recipe-Scraper
2.0 Release / Refactored for maintainability
I've restructured the scrapers to now use async / await, inherit duplicate logic, use JSON schema validation, and moved to using node-fetch
instead of the deprecated request
package. There shouldn't be any breaking changes but with such a large refactor I figured it was time to jump up to 2.0.
Image URL added to all scrapes
The object returned by the scraper now will include an image url under the property name image
. All current websites are compatible.
Added a bunch more scrapes!
1.7.0 updated version
Now publicly published on npm
1.5 more readme changes