multi-image-api

1.0.3 • Public • Published

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();

Readme

Keywords

none

Package Sidebar

Install

npm i multi-image-api

Weekly Downloads

1

Version

1.0.3

License

ISC

Unpacked Size

2.5 kB

Total Files

3

Last publish

Collaborators

  • hyperdev-dc