1.0.2 • Published 4 years ago

unsplash-client v1.0.2

Weekly downloads
5
License
MIT
Repository
github
Last release
4 years ago

unsplash-client

lightweight, opinionated, dependency free Unsplash client

Features

Installation

$ yarn add unsplash-client

Usage

import Unsplash from 'unsplash-client'

const accessKey = 'YOUR-ACCESS-KEY';
const client = new Unsplash(accessKey);
const photos = await client.search('skateboarding');

photos.forEach(photo => {
  console.log(photo.id, photo.urls.full, photo.urls.small)
})

Methods

  • search:

So far those are the methods the library supports as I don't have a use case for other ones. Please let me know if you need access to other methods, and we might add them :)

Author

@zzarcon

1.0.2

4 years ago

1.0.1

4 years ago

0.0.3

5 years ago

0.0.2

5 years ago