Project

morguefile

0.0
No commit activity in last 3 years
No release in over 3 years
Morguefile.com api wrapper
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Runtime

>= 0
 Project Readme

Morguefile api wrapper

Free images without attribution / license fees.

Install

gem install morguefile

Usage

# get key and secret from http://www.morguefile.com/developer
Morguefile.key = 'xxx' # otherwise tries to read ENV['MORGUEFILE_KEY']
Morguefile.secret = 'xxx' # otherwise tries to read ENV['MORGUEFILE_SECRET']
if url = Morguefile.find_image('cats')
  ... store it ... 
end

TODO

  • Missing lots of conveniance functions like ordering/pagination etc ... please open a PR if you need them.
  • request signing might not work ... no way to verify since the api works fine without auth

Author

Michael Grosser
michael@grosser.it
License: MIT
Build Status