Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 475 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 475 Bytes

Given a list of items in the fridge (presented as a csv list), and a collection of recipes (a collection of JSON formatted recipes), produce a recommendation for what to cook tonight.

##Usage Run as a CLI script

    recipe-finder.php fridge-list recipe-list

##Requirements PHP 5 >= 5.2.0

##Unit Testing Full unit tests provided in /tests requires PHPUnit to be installed via composer.

##Improvments

  • Convert units so grams/kilo grams etc can be interchangeable