Skip to content

Node module that lets you get images urls of any query

License

Notifications You must be signed in to change notification settings

pipebits/image-search-engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IMAGE SEARCH ENGINE

This module allows you to easily find the URL of images of any query as well as filtering between size, colors and types of images (You do not need a google API-key)

Installation

To do the installation correctly you need to have node installed

npm:
npm i discord-image-finder

Usage

const  image_finder  =  require("image-search-engine")
async  function  printUrl(query){
	console.log(await  image_finder.find(query))
}
//This will return an image url
console.log(await  image_finder.find("Pink Elephant", {size: "large", color: "pink"}))
//This will return an image of a pink elephant

Options

Query: Query to search default: none Size (optional): Image size default: all Color (optional): Color of the images default: all Type (optional): Type of the images default: all

Constraints :

Size:

Large | Medium | Small

Color:

b&w: Black & White | transparent | red | orange | yellow | green | teal | blue | purple | pink | white | gray | black | brown

Type:

cp: Clip Art ld: Line Art
gf: Gif (It will get the first frame of the gif)

About

Node module that lets you get images urls of any query

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages