c-phelps / cozy-bookshelf

Web application to find books and store them as a local library.
MIT License
0 stars 0 forks source link

JS: Populate recommendations from API fetch request on libraryHTML #20

Closed c-phelps closed 1 month ago

c-phelps commented 2 months ago

Use the data returned by the fetch request to the NYTimes API, to populate a list of recommended books in the far right column.

c-phelps commented 1 month ago

Updated libraryHTML in this PR

c-phelps commented 1 month ago

PR: https://github.com/c-phelps/cozy-bookshelf/pull/41