Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 340 Bytes

README.textile

File metadata and controls

17 lines (10 loc) · 340 Bytes

MoviePosterDB

A simple ruby client for the MoviePosterDB api

How to do it

mpdb = MoviePosterDb.new

result = mpdb.find_by_imdb_id("tt0421715")

result["imageurl"] => "http://api.movieposterdb.com/cache/15/421715_300.jpg"

Dependencies

  • json

License

MIT, Duh.