Skip to content

Releases: jadkins89/Recipe-Scraper

2.0 Release / Refactored for maintainability

25 Jan 19:46
81104df
Compare
Choose a tag to compare

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

11 Apr 21:09
b9c64ac
Compare
Choose a tag to compare

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!

23 Aug 22:13
Compare
Choose a tag to compare
1.7.0

updated version

Now publicly published on npm

22 Aug 23:26
Compare
Choose a tag to compare
1.5

more readme changes