Simpledesktops

Build Status

simpledesktops lists wallpapers from the site with the same name. I hacked this together because...well I had nothing else to do :sad_panda:

NOTE: It currently only fetches the latest 5 wallpapers

Installation

Add this line to your application's Gemfile:

gem 'simpledesktops'

And then execute:

$ bundle

Or install it yourself as:

$ gem install simpledesktops

Usage

require 'simpledesktops'

f = Simpledesktops::Feed.new
f.list_wallpapers # f.wallpapers works aswell

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request