Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use Book api for source #55

Open
Edweis opened this issue Dec 21, 2019 · 5 comments
Open

Use Book api for source #55

Edweis opened this issue Dec 21, 2019 · 5 comments

Comments

@Edweis
Copy link
Owner

Edweis commented Dec 21, 2019

https://developers.google.com/books/docs/v1/using

@Edweis
Copy link
Owner Author

Edweis commented Dec 23, 2019

curl https://www.googleapis.com/books/v1/volumes\?q\=exhalation | jq '.items[].volumeInfo.title'

@Edweis
Copy link
Owner Author

Edweis commented Dec 23, 2019

curl https://www.googleapis.com/books/v1/volumes\?q\=flowers+inauthor:keyes | jq '.items[].volumeInfo.imageLinks.smallThumbnail'

@Edweis
Copy link
Owner Author

Edweis commented Dec 23, 2019

curl https://www.googleapis.com/books/v1/volumes\?q\=exhalation | jq '.items[].volumeInfo.authors'

@Edweis
Copy link
Owner Author

Edweis commented Dec 23, 2019

Make sure to use &orderBy=relevance

@Edweis
Copy link
Owner Author

Edweis commented Dec 23, 2019

and search intitle:... otherwise results are not that relevant.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant