library-pals/Read

Looks up books information given an issue with the title of an ISBN.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
filenameThe file where you want to save your books._data/read.json
providersSpecify the [ISBN providers](https://github.com/library-pals/isbn?tab=readme-ov-file#setting-backend-providers) that you want to use, in the order you need them to be invoked. If setting more than one provider, separate each with a comma.
time-zoneYour time zone.America/New_York
required-metadataRequired metadata properties. This can be used to make the action open a pull request if one of these values is missing data in the desired book instead of committing directly to a repository.title,pageCount,authors,description,thumbnail
set-imageIf true, the action will set the `image` for the book. This is helpful if you add an extra step to download this image.false
thumbnail-widthThe width of the thumbnail image (for books sourced from Google Books). The default size is 128.
namedescription
nowReadingWhen a new book is started this output will contain an object with the book's: title, description, thumbnail, authors, and isbn.