One of my more sentimental possessions is an old, knobby hiking stick covered with medallions from parks I’ve visited and trails I’ve hiked.
The first big hurdle was finding a ‘scrapeable’ site. After identifying a good site and having a clear idea of what I wanted my gem to do – I started inspecting the page and using Nokogiri to find the CSS selectors to scrape to create the objects for the four classes in my gem - Animal
, Region
, Country
and DiveLocation
.
It’s a Saturday night - what else would a newbie coding student be doing other than working on problems in Codewars?