Skip to content

Releases: jadkins89/Recipe-Scraper

2.0 Release / Refactored for maintainability

Choose a tag to compare

@jadkins89 jadkins89 released this 25 Jan 19:46
81104df

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

Choose a tag to compare

@jadkins89 jadkins89 released this 11 Apr 21:09
b9c64ac

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!

Choose a tag to compare

@jadkins89 jadkins89 released this 23 Aug 22:13
1.7.0

updated version

Now publicly published on npm

Choose a tag to compare

@jadkins89 jadkins89 released this 22 Aug 23:26
1.5

more readme changes