Morgan Newman

Results 3 comments of Morgan Newman

Hey @tanner-rutgers fixed the minor issues. Thanks for the code review! > would be really cool if we could inject the ratings from OMDB before calling RT and then re-inject...

Went ahead and added some improvements to the `injectRatings()` performance, as you suggested. Tested it pretty thoroughly and it seems to work as you'd expect. See the second commit!

Not a great long-term solution, but if all your handlebars views are in a single folder, here's a temporary solution. ```js const hbsViews = path.join(__dirname, '/views'); // path to your...