Scraping with Ruby & Nokogiri and mapping the data

Free Code Camp published my article “How to scrape with Ruby and Nokogiri and map the data.”

 

 

This piece comes out of a project I recently built to map bridge data from across Wichita, Kansas. To get the bridge info, I created a Ruby script that used Nokogiri to compile information before converting it to JSON . With that in hand, I was able to use JavaScript and the Google Maps API to plot each bridge with info-rich popups.

Read the article and see the code on GitHub.