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