Closed nishidhaSri closed 3 years ago
@nishidhaSri Can I work on this? or you suggest
Sure, @arvind-1 go ahead and give it a try.
@nishidhaSri could you assign this to me?
I have few questions.
Regarding your query:
About every image having a unique URL, they are for API right or our APP?
I mean the source url of the image which is received in every object of APOD
Yes, but how do fetch that image from share? there is no unique identifier for that image apart from the URL. So we have to make our own indexing for these images. For example, if we have a sharable URL as https://spacestagram/img/1345 with this URL we need to scrap image from API and we don't have any APIs to fetch data.
APOD have a unique date for every image, go through the queries accepted by API used, you can fetch APOD by date
Can I work on this issue?
sure @kailash360
@nishidhaSri, I have created the PR #10 for this issue.
Do create a PR to development branch
@nishidhaSri, I have now a created PR #12 in the development branch.