How does this access the IMDB api? I thought amazon had some pretty extreme pricing tiers for that.
AdieuToLogic•1h 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.
WarOnPrivacy•2h ago
ahartmetz•34m ago