Releases: ktkimura/cs361-lets-get-cooking
Releases · ktkimura/cs361-lets-get-cooking
v2.2.1
Microservices B, C, D integration
Adds two new features:
- Add recipe by hyperlink
- View expired ingredients (based on user's current UTC time)
Summary of Microservice functionalities:
B: Allows user to submit hyperlink and utilizes recipe-scrapers library to get recipe name, ingredients, and instructions from webpage
C: Edits the retrieved recipe ingredients to clean up any measurements and phrases to reduce list to purely ingredient names (for better compatibility with microservice A's ingredient comparison)
D: Allows user to check for expired ingredients in their pantry