Awesome
LinkThumbnailer Demo Application
This is the demo application for LinkThumbnailer Gem
See live version here
LinkThumbnailer is a Ruby gem generating image thumbnails from a given URL. Rank them and give you back an object containing images and website informations. Works like Facebook link previewer.
Please refer to the LinkThumbnailer readme for documentation.
Contributing
- Fork it
- Create your feature branch (git checkout -b my-new-feature)
- Run the specs (bundle exec rspec spec)
- Commit your changes (git commit -am 'Added some feature')
- Push to the branch (git push origin my-new-feature)
- Create new Pull Request