Skip to content

This is my first project as a Flatiron School of Engineering student. I created a command line interface application in Ruby that pulls data from an API of recipes, and asks the user which recipe they would like to see ingredients for. The app shows the ingredients, instructions, and title for each recipe.

License

Notifications You must be signed in to change notification settings

amkera/recipe_puppy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RecipePuppy

This is my first project as a Flatiron School of Engineering student. I created a command line interface application in Ruby that pulls data from an API of recipes, and asks the user which recipe they would like to see ingredients for. There are multiple user interactions in this application.

The application shows the ingredients, instructions, and title for each recipe.

Enjoy!

Installation

As of Version 1.0, there is no gem published for download. To view and access this command line interface project, please see https://github.com/amkera/recipe_puppy

Add this line to your application's Gemfile:

gem 'recipe_puppy'

And then execute:

$ bundle

Or install it yourself as:

$ gem install recipe_puppy

Type:

gem install 'uri-ssh_git'

,

gem install 'json'

, and

gem install 'httparty'

into the command line to install the necessary gems to begin the program.

Usage

From the command line, change directory (cd) into the recipe_puppy application by typing cd bin

To start the program, enter ./bin/executable into the command line.

Development

After checking out the repo, run bin/setup to install dependencies. You can also run bin/console for an interactive prompt that will allow you to experiment.

To install this gem onto your local machine, run bundle exec rake install. To release a new version, update the version number in version.rb, and then run bundle exec rake release, which will create a git tag for the version, push git commits and tags, and push the .gem file to rubygems.org.

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/'alluring-banner-0119'/recipe_puppy. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.

License

The gem is available as open source under the terms of the MIT License.

Code of Conduct

Everyone interacting in the RecipePuppy project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the code of conduct.

About

This is my first project as a Flatiron School of Engineering student. I created a command line interface application in Ruby that pulls data from an API of recipes, and asks the user which recipe they would like to see ingredients for. The app shows the ingredients, instructions, and title for each recipe.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published