ibm-developer-skills-network / expressBookReviews

nodejsFinalModule
Apache License 2.0
18 stars 6.14k forks source link

Please consider adding ISBNs to booksdb.js #219

Open thenku opened 2 months ago

thenku commented 2 months ago

The assignment requires matching ISBNs but none are present. ;-)

Israel-Arendse commented 2 months ago

@thenku I agree, there were none in my project either but I managed to add my isbn properties with some custom number values from this free app. https://generate.plus/en/number/isbn.

As for how I wrote the ISBN property, the code format looks like this:

1:{"isbn":"isbn-value", "author": "name", "title": "Book title", "reviews":{ user}}

ManavShah2400 commented 2 months ago

"1" is itself a ISBN just in different format

Israel-Arendse commented 6 days ago

@ManavShah2400 Really, I didn't know about that? Can you please give me an example?