Ruby Scraping Project

Haven Eldebaque
Aug 23, 2021

The Ruby Scraping Project is a simple project submitted as a completion’s requirement of Phase 3 of the Software Engineering Transform Course offered by Academy Xi in partnership with Flatiron School.

The project scrapes data from a swim teaching school and it gives the user a number of options to pick from in order to go through certain sections of information, this includes; what would the client expect from the school, the operating hours, the free lessons being offered and the description of each one.

The project code contains three major files. One file includes the class and instances methods, the other includes seven executing methods that print out the scraped information from the selected website, and the third file is the CLI file that arranges how the final data are going to be presented to the user.

--

--