Skip to content
This repository has been archived by the owner on Apr 6, 2020. It is now read-only.

Find and return link to buy books from Amazon or Google Books #7

Open
adeen-s opened this issue May 29, 2018 · 9 comments
Open

Find and return link to buy books from Amazon or Google Books #7

adeen-s opened this issue May 29, 2018 · 9 comments
Assignees
Labels
must-have This feature is an essential part of the MVP New Feature Adding or requesting a new feature

Comments

@adeen-s
Copy link
Contributor

adeen-s commented May 29, 2018

Please write the User story for this feature
As a user, I want to be able to buy a book from the website so that I can read it later.

Describe the solution you'd like
A clear and concise description of what you want to happen.
Find and return link to buy books from Amazon or Google Books

@adeen-s adeen-s added New Feature Adding or requesting a new feature must-have This feature is an essential part of the MVP labels May 29, 2018
@danivijay
Copy link
Contributor

Didn't tried this before, would like to. As I'm already doing the authentication part. So I can do this after completing that, if possible. What do you think @adeen-s ?

@ahegazy
Copy link
Contributor

ahegazy commented May 29, 2018

@danivijay I think it's more related to the searching part .. the mark part though is related to the singup/login

@danivijay
Copy link
Contributor

@ahegazy I din't worked with APIs of Amazon and Ebay. But I would like to. That's why asked. However if someone else up for it, feel free to.

@adeen-s
Copy link
Contributor Author

adeen-s commented May 30, 2018

@danivijay you have been assigned to the login/signup functionality right now. You can work on this after you have done that, since there are 5 issues and 4 people so it will be available for you later.

@adeen-s
Copy link
Contributor Author

adeen-s commented May 31, 2018

@Shivam60 you indicated that you were working on this issue. Would you like me to assign this to you?

@Shivam60 Shivam60 self-assigned this Jun 2, 2018
@Shivam60
Copy link
Contributor

Shivam60 commented Jun 2, 2018

@adeen-s i have made progress, its almost complete for the google api. I am just cleaning the code and dealing with one issue. i ll post asap

@adeen-s
Copy link
Contributor Author

adeen-s commented Jun 2, 2018

@Shivam60 I think you misunderstood. I am not asking you to finish the work quickly. I just wanted you to assign an issue to yourself, which you have already done.

@Shivam60
Copy link
Contributor

So guys here is what i have done till now.
for a given ISBN i use google API to find its corresponding google web page
and from there i scrape the websites. (because google API doesn't provide links for websites directly)

@ahegazy
Copy link
Contributor

ahegazy commented Jun 12, 2018

@Shivam60 so the good thing is i get the corresponding google web page of the book have a look at 'book.vue' and the function at action.js so you can work from there ...
the bad thing is that happens only if the book at the search page was found at googlebooks but if it was found at goodreads some books don't have purchase links but the good thing here too is that goodreads api offers purchase links here it called 'book buy link' in the result so you can use that in goodreads case ..
have a look at goodreads function in 'actions.js'

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
must-have This feature is an essential part of the MVP New Feature Adding or requesting a new feature
Projects
None yet
Development

No branches or pull requests

4 participants