{"id":20745270,"url":"https://github.com/pipebits/image-search-engine","last_synced_at":"2025-04-24T06:08:27.935Z","repository":{"id":48984113,"uuid":"363323353","full_name":"pipebits/image-search-engine","owner":"pipebits","description":"Node module that lets you get images urls of any query","archived":false,"fork":false,"pushed_at":"2021-06-18T15:04:55.000Z","size":17,"stargazers_count":5,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-30T07:32:02.895Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pipebits.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-05-01T04:38:15.000Z","updated_at":"2021-08-23T12:33:23.000Z","dependencies_parsed_at":"2022-09-05T05:31:15.331Z","dependency_job_id":null,"html_url":"https://github.com/pipebits/image-search-engine","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pipebits%2Fimage-search-engine","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pipebits%2Fimage-search-engine/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pipebits%2Fimage-search-engine/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pipebits%2Fimage-search-engine/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pipebits","download_url":"https://codeload.github.com/pipebits/image-search-engine/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250372934,"owners_count":21419722,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-17T07:19:26.609Z","updated_at":"2025-04-24T06:08:27.910Z","avatar_url":"https://github.com/pipebits.png","language":"JavaScript","readme":"\r\n# IMAGE SEARCH ENGINE\r\n\r\nThis 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)\r\n\r\n# Installation\r\nTo do the installation correctly you need to have [node](https://nodejs.org/en/)  installed\r\n```\r\nnpm:\r\nnpm i discord-image-finder\r\n```\r\n\r\n## Usage\r\n\r\n```js\r\nconst  image_finder  =  require(\"image-search-engine\")\r\n```\r\n```js\r\nasync  function  printUrl(query){\r\n\tconsole.log(await  image_finder.find(query))\r\n}\r\n//This will return an image url\r\n```\r\n```js\r\nconsole.log(await  image_finder.find(\"Pink Elephant\", {size: \"large\", color: \"pink\"}))\r\n//This will return an image of a pink elephant\r\n```\r\n## Options\r\n **Query**: Query to search **default**: none \r\n**Size** (optional): Image size **default**: all \r\n**Color** (optional): Color of the images **default**: all \r\n**Type** (optional): Type of the images **default**: all \r\n### Constraints :\r\n#### Size:\r\n \u003e **Large** | **Medium** | **Small**\r\n#### Color:\r\n\u003e**b\u0026w**: Black \u0026 White | **transparent** | **red** | **orange** | **yellow** | **green** | **teal** | **blue** | **purple** | **pink** | **white** | **gray** | **black** | **brown**\r\n#### Type:\r\n\u003e**cp**: Clip Art\r\n\u003e**ld**: Line Art  \r\n\u003e**gf**: Gif (It will get the first frame of the gif)\r\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpipebits%2Fimage-search-engine","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpipebits%2Fimage-search-engine","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpipebits%2Fimage-search-engine/lists"}