unsplash-source-js
unsplash-source-js copied to clipboard
🐮 A javascript wrapper for the Unsplash Source API
I'm trying to get a random image from my account with https://source.unsplash.com/user/botlove282 but It says We couldnt find that photo every time
Loving how I can use the unsplash source API to get photos from a collection. However, I would love to be able to get photos from a curated collection, which...
This commit suggests updating default scope for requests as it is then compatible with latest scope changes on soruce.unsplash.com. Ref: https://github.com/unsplash/unsplash-source-js/issues/5
This commit suggests a bug fix. When a random photo is requested with both dimensions and random path, soruce.unsplash.com is unable to find a photo. So when a photo with...
This commit suggests to add support for user's liked photos. Also added tests. Ref: https://github.com/unsplash/unsplash-source-js/issues/4
Source updated a it's default scope. Specifically, the `featured` vs `all` scope is reversed now: photos default to the 'all' scope (because it makes more sense for user, likes, and...
Source just added support for pulling random photos from a user's liked photos, following the URL pattern of: `https://source.unsplash.com/user/{USERNAME}/likes`