juliensobrier/thumbalizr-ruby
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
master
Could not load branches
Nothing to show
Could not load tags
Nothing to show
{{ refName }}
default
Code
-
Clone
Use Git or checkout with SVN using the web URL.
Work fast with our official CLI. Learn more.
- Open with GitHub Desktop
- Download ZIP
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching Xcode
If nothing happens, download Xcode and try again.
Launching Visual Studio Code
Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
Thumbalizr version 1.0 ================================ Thumbalizr (https://thumbalizr.com/) is a web service to easily embed live screenshots of any URL in your website. Thumbalizr has full support for Flash, JavaScript, CSS, & HTML5. You can install the library from rubygem: https://rubygems.org/gems/thumbalizr The source code can be found on github at https://github.com/juliensobrier/thumbalizr-ruby == Build and install thumbalizr git clone https://github.com/juliensobrier/thumbalizr-ruby gem build thumbalizr.gemspec gem install --dev thumbalizr-<version>.gem rake test rake rdoc Or gem install thumbalizr == Code sample #!/usr/bin/env ruby require 'thumbalizr' client = Thumbalizr.new('MY_KEY', 'MY_SECRET') url = client.url('https://www.thumbalizr.com/') puts "#{url}\n\n" results = client.download_wait(url, "test.png"); puts "Image downloaded to #{results[:image]} - #{results[:result]}\n";
About
Ruby client for Thumbalizr
Topics
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published