food52-cli

17 Mar 2021

TLDR

I love Food52, if you haven not checked them out, visit their website and check out their recipes. What started out as a simple recipe site has now steadily grown into what you see today. What brings me back to their site are their community driven recipes, specifically their “Genius Recipes”.

As a fun project, I decided to create a command line application that would allow me to search & view recipes through the command line.

Why I built a CLI for Food52

Late last year I switched jobs and joined Gobble, a premium dinner kit delivery service that helps busy people cook dinner under 15 minutes. I’m a huge fan of cooking and working at Gobble has allowed me to combine my love of cooking with my love of code.

I figured building a fun cli tool would be not only a good way to refresh my Ruby skills (we use RoR @ Gobble) but also a great way to commemorate this new chapter in my life.

Features

This CLI application brings all the search functionality of Food52.com but strips away the non-essential components such as comments and ads. Users can search for recipes by:

  • Keyword
  • Cuisine
  • Ingredient
  • Meal (Breakfast, Lunch…)

View Repo

1. zsh

Last updated: Sun May 31 17:29:48 on ttys000
Rohan-Likhites-MacBook-Pro:~ rohanlikhite$ cd Documents
Rohan-Likhites-MacBook-Pro:Documents rohanlikhite$ cat myBio.txt

About
-----/
>I’m a product-focused software engineer based in Toronto, dedicated to solving complex problems through robust, scalable software. My experience ranges from developing cutting-edge biometric access-control platforms to building systems that deliver fresh meal kits to families across the country. A firm believer in giving back, I actively contribute to various open-source initiatives. When I’m away from my desk, I’m likely on the tennis court, keeping up with Formula One, or enjoying time with my family.

Skills
------/
> Languages: Ruby, Rust, Typescript/Javascript, GoLang
> Security: Biometric Auth, OAuth, JWT, OWASP
> Frameworks: Ruby on Rails, Node.js, Vue/React

Other Interests
---------------/
-Tennis
-Reading
-Formula One
-Architecture
-Music
-Cooking

Links
-----/
Email: rlikhite[at]gmail.com
Github: imRohan
LinkedIn: rohan-likhite


>Press ESC to close window


Rohan-Likhites-MacBook-Pro:Documents rohanlikhite$