Petromindo

Description

A ruby library to access Petromindo, especially the job gallery.

Installation

Install the X virtual framebuffer that we will use to run the Watir::Browser

sudo apt-get install xvfb     

and then:

gem install petromindo    

Usage

Put this code wherever you're going to use it:

require 'petromindo'  

In Gemfile:

gem 'petromindo'