PrathmeshSadake / unsplashy

An image gallery that fetches images from Unsplash API. It has some awesome features like searching for images and infinite scrolling in which images keeps on loading as the user scrolls.
https://unsplashy-prathmeshsadake.netlify.app
23 stars 16 forks source link

Image Key added #40

Open roshanchatei opened 2 years ago

roshanchatei commented 2 years ago

Description

Added key for the Unsplash API so that we get an image object in response.

Fixes #29

Type of change

Bugfix (non-breaking change which fixes an issue).

Screenshot

Unsplashy - Brave 4_24_2022 8_03_30 PM

Checklist:

netlify[bot] commented 2 years ago

Deploy request for unsplashy-prathmeshsadake pending review.

Visit the deploys page to approve it

Name Link
Latest commit 69af0ee96cf5f736e2cc15c4bd41a894e0ff5b28
roshanchatei commented 2 years ago

@nawed2611 an you please review it?

roshanchatei commented 2 years ago

@nawed2611, I am not asking but I think this should be of level 3 because I had to go through the Unsplash developer all APIs, collections access and photos access along with a lot of testing and trial. You may see a little change, but it's up to you😊

nawed2611 commented 2 years ago

Hey! I can see the API key publicly available. Thats not a good sign 😅, I would recommend you to put that in a dotenv file

nawed2611 commented 2 years ago

Any updates or help needed?