1.4.4 • Published 10 months ago

aboud-coding v1.4.4

Weekly downloads
-
License
ISC
Repository
github
Last release
10 months ago

aboud-coding

Features

  • Search image and download: search from pinterest.
  • Google Gemini: Your intelligent companion in the world of information.
  • pinterest downloader: download video from pinterest scrape.

Installation

npm install aboud-coding

Usage

const { pinterest } = require("aboud-coding");

pinterest('supra').then(images => {
    console.log(images);
}).catch(error => {
    console.error(error);
});
const { gemini } = require('aboud-coding');

const prompt = 'What is this car ?';
const imageUrl = 'https://i.pinimg.com/736x/76/7e/f4/767ef4b203a1e678d5fb4920c1aea3a2.jpg';

gemini(prompt, imageUrl)
.then(result => {
  console.log(result);
})
.catch(error => {
  console.error('Error:', error);
});
const { pinvid } = require('aboud-coding');

const url = 'https://www.pinterest.com/pin/42925002693544704/';

pinvid(url).then(video => {
  console.log(video);
}).catch(error => {
  console.error(error);
});
1.4.4

10 months ago

1.4.3

11 months ago

1.2.0

1 year ago

1.3.7

1 year ago

1.2.8

1 year ago

1.1.9

1 year ago

1.3.6

1 year ago

1.2.7

1 year ago

1.3.5

1 year ago

1.2.6

1 year ago

1.3.4

1 year ago

1.2.5

1 year ago

1.4.2

1 year ago

1.3.3

1 year ago

1.2.4

1 year ago

1.4.1

1 year ago

1.3.2

1 year ago

1.2.3

1 year ago

1.4.0

1 year ago

1.3.1

1 year ago

1.2.2

1 year ago

1.3.0

1 year ago

1.2.1

1 year ago

1.3.9

1 year ago

1.3.8

1 year ago

1.2.9

1 year ago

1.1.1

1 year ago

1.1.0

1 year ago

1.1.8

1 year ago

1.0.9

1 year ago

1.1.7

1 year ago

1.0.8

1 year ago

1.1.6

1 year ago

1.0.7

1 year ago

1.1.5

1 year ago

1.0.6

1 year ago

1.1.4

1 year ago

1.0.5

1 year ago

1.1.3

1 year ago

1.1.2

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago