1.0.2 • Published 4 years ago

node-getstock v1.0.2

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

getstock NPM version NPM monthly downloads NPM total downloads

Bring image stock for free from several websites (unsplash, pexels, pixabay) to you.

Install

$ npm install node-getstock
$ yarn add node-getstock

Example

import { Search } from 'node-getstock';

Search
  .getData(keyword, options)
  .then(data => {
    console.log(data);
  });

Parameters

keyword                            string
options
 - options.page      1             number
 - options.perPage   20            number
 - options.type      'pexels'      'pexels'|'pixabay'|'unsplash'
1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago