/random-recipes

Trello Board of recipes, grabs the full list, tosses into an array of recipes with name, URL and List ID. Can click on a list to get a random recipe.

Primary LanguagePHP

random-recipes

Code Climate

Trello Board of recipes, grabs the full list, tosses into an array of recipes with name, URL and List ID. Can click on a list to get a random recipe.

  1. Navigate to project directory, run composer install.
  2. Update variables in public/config.php.
  3. Navigate to public directory and run php -S localhost:1234 visit http://localhost:1234 in browser to view.