An open API service indexing awesome lists of open source software.

https://github.com/youngsong99/ruby-cli-project

2024 DPI Program
https://github.com/youngsong99/ruby-cli-project

cli-app ruby

Last synced: over 1 year ago
JSON representation

2024 DPI Program

Awesome Lists containing this project

README

          

# Recipe Matcher CLI

This CLI app recommends possible recipes based on the ingredients you currently have.
![](demo.gif)

## How to Use

1. Run the `main.rb` file.
2. Follow the prompt to enter the ingredients you have, separated by commas.
3. The app will display possible recipes and the percentage match.

## Running Tests

To run the tests, execute the following command in your terminal from the project directory:


ruby tests/recipe_matcher_test.rb