mult18
TypeScript icon, indicating that this package has built-in type declarations

1.0.10 • Public • Published

Installing

Package manager

Using npm:
npm install axios
Using bower:
bower install axios
Using yarn:
yarn add axios
Using pnpm:
pnpm add axios

Guide

Once the package is installed, you can import the library using require approach:
const { MULT18 } = require('mult18');
const mult18 = new MULT18();
or
import * as MULT18 from 'mult18';
const mult18 = new MULT18();

Endpoints

console.log(mult18.endpoints);

Search image

(async function search(query) {
    var { urls } = await mult18.search({
        query: query,
    });
        console.log(urls);
})();
or
mult18.search({
    query: 'sarahxxx',
}).then(request => console.log(request.urls));

Readme

Keywords

Package Sidebar

Install

npm i mult18

Weekly Downloads

2

Version

1.0.10

License

ISC

Unpacked Size

72 kB

Total Files

6

Last publish

Collaborators

  • dkmca.npm