Save book details and images from a list of ISBNs using the ISBNDB.com API.
- Install Node.js on your system.
- Run
npm i
in theISBNDB-Finder
directory. - Prepare environment variables:
- Copy
template.env
and rename it to.env
. - Fill
.env
with valid values (the existing values are examples). - Alternatively, set the environment variables specified in
template.env
any other way.
- Copy
- Run the script with the
npm run all
command.