This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Extracted from http://makeitinireland.com/tech-map/ using js in google chrome console | |
$(".article").each(function(){ | |
console.log($(this).find("h3").html() + " -- "+ $(this).find("#company_size").html() + " -- " + $(this).find("#company_address").html()); | |
}); | |
Company name -- Company size -- Company address | |
Synchronoss Software Ireland Ltd. -- Mid-sized Company -- The Academy, 42 Pearse St., Dublin 2 | |
Fishtree -- Startup -- Fumbally Lane, Dublin |