-
Notifications
You must be signed in to change notification settings - Fork 8
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
Add a book with ISBN #226
Comments
thanks; I think that fetching data is the easy part. My real doubts are about the data structure. Have you tried running it? here is an example
or you can get a json representation, like
As you can see, the output is quite good, but for example in the json representation, author is not a list of strings, but a list of objects with a name attribute. The first representation is plain What shall we do? |
Actually https://github.com/xlcnd/isbnlib is better for the purpose, it's the library used by isbntools.
Regarding the output quality, this is relevant: https://github.com/xlcnd/isbnlib#merge-metadata.
This can be solved in many ways, cant say which is the best right now. |
ok, I tried isbntools because it was easier to use, but a library is
ok. I don't think we should do much at this level. Just trust what
so, are you interested in writing an UI to insert a book based only on |
Our future userbase asks us to implement a simpler interface for ISBN-books (I don't know if ISBN is for something else than books).
Apart from the html+js thing, we should also think on this aspects:
examples/
directory) a preset that is "compatible" with isbn retrieval?The text was updated successfully, but these errors were encountered: