Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 286 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 286 Bytes

Recipe Web Scraping

This project is a dead simple web scraping using Ruby and Nokogiri Gem.

It queries recipes at epicurious.com for a given ingredient provided by user.

Pre-Requirements

Ruby

sudo apt-get install ruby-full

Nokogiri Gem

gem install nokogiri