Skip to content

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.

Notifications You must be signed in to change notification settings

robthompsonweb/newslifemedia-recipe-finder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published