Sha256: f4286c525994fa54a6518d23c5e53c7cbfcf639db71023e45e937ea824cc1ab8
Contents?: true
Size: 1.42 KB
Versions: 1
Compression:
Stored size: 1.42 KB
Contents
= 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): {<img src="https://travis-ci.org/rukk86/website_inspector.png?branch=master" alt="Build Status" />}[https://travis-ci.org/rukk86/website_inspector] Code Climate Coverage: {<img src="https://codeclimate.com/github/rukk86/website_inspector.png" />}[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
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
website_inspector-0.0.4 | README.rdoc |