EmojiMeals / meals-ruby

Find what you can cook with your emojis ๐Ÿ‘จโ€๐Ÿณ

Home Page:https://emojimeals.github.io/meals-ruby

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

meals-ruby Gem Version emoji? yes Tests

Find what you can cook with your emojis

get started

install the gem:

gem install meals

then start using it:

require 'meals'

Usage

You can start checking for recipes using Meals.mealify.

Meals.mealify("๐ŸŒš","๐Ÿฐ") #=> "๐Ÿฅฎ"

# it is not order dependent ๐Ÿ’ฏ๐Ÿ’ฏIQ ๐Ÿง ๐Ÿ’ฅ
Meals.mealify("๐Ÿฐ", "๐ŸŒš") #=> "๐Ÿฅฎ"

# Use more than two items!
Meals.mealify("๐Ÿž","๐Ÿ…","๐Ÿง€") #=> "๐Ÿ•"

# After all this eating, I need a drink
Meals.mealify("๐Ÿถ","๐Ÿพ","๐Ÿท","๐Ÿธ","๐Ÿถ","๐Ÿน","๐Ÿบ","๐Ÿป","๐Ÿฅ‚","๐Ÿพ","๐Ÿฅƒ") #=> "๐Ÿคฎ"

Is it thread safe

To the best of our knowledge it is.

"Hey Hugh, is it thread safe" - Justin

"Shut up, I'm playing roblox" - Hugh

take this with a grain of salt...

Can I eat it?

With the proper printer and paper, you could print the source code and eat it.

Can I donate to the project?

yes

Where?!1

here

I know this project is big brain ๐Ÿ’ฏ๐Ÿ’ฏ. Did you even write tests tho?

Yes, I think we have 100% coverage. Don't at me tho.

Can I contribute

you can.

Any nice soulja boy quote I should be aware of?

Of course, I'm glad you asked fam.

โ€œIf Iโ€™m doing something itโ€™s coming from a kind heart.โ€

โ€“ Soulja Boy

License

This project is licensed under the MIT License.

Greetings

I'm tired. bye ๐Ÿ‘‹

About

Find what you can cook with your emojis ๐Ÿ‘จโ€๐Ÿณ

https://emojimeals.github.io/meals-ruby

License:Other


Languages

Language:Ruby 100.0%