Skip to content

Repository to introduce some Ruby concepts on Cali Ruby Meetup

License

Notifications You must be signed in to change notification settings

CaliRuby/basic_scraping

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#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.

Testing and Implementation

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.

About

Repository to introduce some Ruby concepts on Cali Ruby Meetup

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 92.3%
  • Ruby 7.7%