Sha256: 119b16bf8348ea88b926d3e1794fb1522571b58b8768d6463957eb1ecc3981d9

Contents?: true

Size: 1.85 KB

Versions: 9

Compression:

Stored size: 1.85 KB

Contents

= browshot

Browshot (http://www.browshot.com/) is a web service to easily make screenshots of web pages in any screen size, as any device: iPhone©, iPad©, Android©, Nook©, PC, etc. Browshot has full Flash, JavaScript, CSS, & HTML5 support.

The latest API version is detailed at http://browshot.com/api/documentation. browshot follows the API documentation very closely: the function names are similar to the URLs used (screenshot/create becomes screenshot_create(), instance/list becomes instance_list(), etc.), the request arguments are exactly the same, etc.

The library version matches closely the API version it handles: browshot 1.0.0 is the first release for the API 1.0, browshot 1.1.1 is the second release for the API 1.1, etc.

browshot can handle most the API updates within the same major version, e.g. browshot 1.0.0 should be compatible with the API 1.1 or 1.2.

Browshot gem is availabe at rubygems: https://rubygems.org/gems/browshot

== Build and install browshot

    git clone https://github.com/juliensobrier/browshot-ruby
    rake build
    rake test
    rake install

Or

    gem install browshot

== Contributing to browshot
 
* Check out the latest master to make sure the feature hasn't been implemented or the bug hasn't been fixed yet
* Check out the issue tracker to make sure someone already hasn't requested it and/or contributed it
* Fork the project
* Start a feature/bugfix branch
* Commit and push until you are happy with your contribution
* Make sure to add tests for it. This is important so I don't break it in a future version unintentionally.
* Please try not to mess with the Rakefile, version, or history. If you want to have your own version, or is otherwise necessary, that is fine, but please isolate to its own commit so I can cherry-pick around it.

== Copyright

Copyright (c) 2012 Julien Sobrier. See LICENSE.txt for
further details.

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
browshot-1.12.0 README.rdoc
browshot-1.10.0 README.rdoc
browshot-1.9.1 README.rdoc
browshot-1.9.0 README.rdoc
browshot-1.8.0 README.rdoc
browshot-1.7.0 README.rdoc
browshot-1.6.0 README.rdoc
browshot-1.5.0 README.rdoc
browshot-1.4.0 README.rdoc