imdb

https://github.com/ariejan/imdb

Imdb::Base.find_by_id

Use HTTParty to fetch the raw HTML for this movie.

Source | Google | Stack overflow

Edit

git clone [email protected]:ariejan/imdb.git

cd imdb

open lib/imdb/base.rb

Contribute

# Make a new branch

git checkout -b -your-name--update-docs-Imdb--Base-find_by_id-for-pr


# Commit to git

git add lib/imdb/base.rbgit commit -m "better docs for Imdb::Base.find_by_id"


# Open pull request

gem install hub # on a mac you can `brew install hub`

hub fork

git push <your name> -your-name--update-docs-Imdb--Base-find_by_id-for-pr

hub pull-request


# Celebrate!