1.0.3 • Published 3 years ago

random-img-lib v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

random-img-lib

A library to work with san4ouZ random API A library to work with san4ouZ random API

Very simple to use library

npm i random-img-lib

There are two functions to work with, there are code examples

const { fullRandom, randomImage } = require('random-img-lib');

fullRandom().then(r => console.log(r));
/* Method above returns random image from random method that is exists */

randomImage('foxes').then(r => console.log(r));
/* Method above returns random image from provided method if it's exists */
1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago