#Play Analyzer
This application allows to scrap a list of plays and their url's where the user can find out a xml about the play.
In addition this application provide some tools to analyze a play that can be feed either making a http request to get the xml or by passing the xml as file.
You can start to implement this base on the tests The version of ruby used for this app is Ruby 2.2
To start clone this repository to your working directory by git clone git@github.com:moisesweb/basic_scraping.git
then enter to the app directory cd basic_scraping
. Once you do those steps
execute bundle install
to install the gems and finally execute rspec
and
start to implement the files and make test tests pass in green.