Skip to content

get free image stock from several free stock websites (unsplash, pexels, pixabay)

Notifications You must be signed in to change notification settings

subekti404dev/getstock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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'

About

get free image stock from several free stock websites (unsplash, pexels, pixabay)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published