https://github.com/dfirebaugh/image-search-abstraction-layer
https://github.com/dfirebaugh/image-search-abstraction-layer
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dfirebaugh/image-search-abstraction-layer
- Owner: dfirebaugh
- Created: 2017-01-04T18:21:24.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-11-28T23:49:56.000Z (over 8 years ago)
- Last Synced: 2024-12-27T19:29:59.450Z (over 1 year ago)
- Language: JavaScript
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Image Search Abstraction Layer
----
This microservice preforms an image search. It return URLs, alt text and page urls for a set of images relating to a given search string.
You can paginate through the responses by adding a ?offset=2 parameter to the URL.
Most recently submitted search strings are returned at this [URL](https://dfire-image-search-abstraction.glitch.me/latest) `https://dfire-image-search-abstraction.glitch.me/latest/`
Example Usage:
The search string is appended to the end of this url:
`https://dfire-image-search-abstraction.glitch.me/imagesearch/`
if you wanted to search for "lol cats" you would use the following:
`https://dfire-image-search-abstraction.glitch.me/imagesearch/lol cats`