library-pals/Read
Looks up books information given an issue with the title of an ISBN.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| filename | The file where you want to save your books. | — | _data/read.json |
| providers | Specify 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-zone | Your time zone. | — | America/New_York |
| required-metadata | Required 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-image | If 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-width | The width of the thumbnail image (for books sourced from Google Books). The default size is 128. | — | — |
Outputs
| name | description |
|---|---|
| nowReading | When a new book is started this output will contain an object with the book's: title, description, thumbnail, authors, and isbn. |