BUILD A COMMAND LINE
MOVIE SEARCH APP USING RUBY
Ruby@FISAT
Akhil Stanislavose
August 3, 2013
"I tried to make people enjoy programming and concentrate on the fun and creative part of programming when they use Ruby."
- Matz (Yukihiro Matsumoto)
Any ideas on how to do it?
ROTTEN TOMATOES API
http://developer.rottentomatoes.com/docs
Get list of movies matching a text.
http://api.rottentomatoes.com/api/public/v1.0/movies.json?apikey=[your_api_key]&q=[movie]
where, your_api_key
is the key provided by rotten tomatoes on registration and movie is the text to search for.
ENOUGH WITH THE TALK,
LETS CODE!
BUILD A MOVIE SEARCH
WEB APP USING RUBY!