1.0.3 • Published 4 years ago

multi-image-api v1.0.3

Weekly downloads
3
License
ISC
Repository
-
Last release
4 years ago

Welcome to the Multi Image API Wrapper!

Our full Documentation can be viewed here: docs.multiimageapi.xyz;

Getting Started

This is an API Wrapper for Multi Image API

Here is a quick example, more information can be viewed on our Documentation;

const imageapi = require('multi-image-api');
async function run(){
    const img = await imageapi.getRedditImage("your subreddit");
    console.log(img)
};
run();
1.0.2

4 years ago

1.0.3

4 years ago

1.0.1

4 years ago

3.0.0

4 years ago

2.0.0

4 years ago

1.0.0

4 years ago