Image Search Abstraction Layer
This is a simple application made for the freeCodeCamp course's task. It uses Google Custom Search Engine. This engine is external and limited to 100 queries per day. You can get the image URLs, alt text and page URLs for a set of images relating to a given search string.
Example usage:
https://fcc-be-imagesearch-sebek78.glitch.me/search/lol%20cats
https://fcc-be-imagesearch-sebek78.glitch.me/search/cars
You can paginate through the responses by adding a ?offset=1 or other numbers at the end parameter of the URL. Number 1 shows from 11 to 20 next responses, number 2 shows next 21 to 30 responses, etc.
Example usage:
https://fcc-be-imagesearch-sebek78.glitch.me/search/lol%20cats?offset=1
You can get a list of the 10 most recently submitted search strings.
https://fcc-be-imagesearch-sebek78.glitch.me/queries
or at this link: