= Website Inspector Author:: Rukia Fahim (Rukk86@gmail.com) Copyright:: Copyright (c) 2014 Rukia Fahim License:: The MIT License, see LICENSE.txt Website Inspector is simple command line tool that allows you to search a website url for any number of multiple words. It provides various search options to quickly search links, images, html and much more. It is very easy to use. Build Status (Travis CI): {Build Status}[https://travis-ci.org/rukk86/website_inspector] Code Climate Coverage: {}[https://codeclimate.com/github/rukk86/website_inspector] == Links * {Source on Github}[https://github.com/rukk86/website_inspector] * {RDoc}[https://github.com/rukk86/website_inspector/blob/master/README.rdoc] * {Download from RubyGems.org}[http://rubygems.org/gems/website_inspector] == Install Add this line to your application's Gemfile: gem 'website_inspector' And then execute: $ bundle Or install it yourself as: $ gem install website_inspector == Examples For example: `website_inspector www.zappos.com shoes, horses --links` Search options include: * Search the url page * Search the url title * Search the url html/xml * Search the displayed page source code * Search hyperlinks * Search images * Search image hyperlinks * Search page forms * default - Search all the above