HGouin / Ruby-Final

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Meal CLI - Ruby Final

Hannah's final Ruby project

Quick Start

git clone https://github.com/HGouin/Ruby-Final.git
  • Go into project directory
cd Ruby-Final
  • Install dependencies
bundle install
  • Make program executable
chmod +x bin/meals
  • Execute program
./bin/meals

Using the program

  • Type an ingredient that you would like to see meals for
  • Type a number to view the recipe that meal, type 'list' to list the meals again for that ingredient, type 'ingredient' to change the main ingredient, or type 'exit' to exit the app

If you typed a number to select a meal

  • Press 'i' to see all ingredients for that meal, press 't' to go to the instructions, or press 'b' to go back to the main level of the app

If you pressed 't' to go to the instructions for that meal

  • Press 'm' to go to the next instruction, press 'n' to go to the previous instruction, press 'b' to go back to the meal options

I hope you enjoy your meal!

LICENSE

Contribution Guide

About

License:MIT License


Languages

Language:Ruby 100.0%