It would be great to have an ability to browse all the imdb movies/tv series, not just top 250 - but I like the direction :)
AdieuToLogic · 4h ago
A couple notes regarding the GitHub repo.
First, adding a `.gitignore` with at least the following:
.*.swp
*.swp
Would help.
Second, committing the generated `gem` artifacts is not a good practice. Either publish[0] it or let those who use it build and distribute it themselves.
First, adding a `.gitignore` with at least the following:
Would help.Second, committing the generated `gem` artifacts is not a good practice. Either publish[0] it or let those who use it build and distribute it themselves.
0 - https://guides.rubygems.org/publishing/