/fcc-api-imageSearch

An API Image Search Abstraction Layer. https://api-image-fcc.herokuapp.com

Primary LanguageHTML

API: Image Search Abstraction Layer Microservice

A Freecodecamp.com Backend Challenge.

This API Image search Abstraction layer microservice does the following:

  1. You can get the image URLs, alt text and page urls for a set of images relating to a given search string in JSON.
  2. You can paginate through the responses by adding a ?offset=2 parameter to the URL. 3.I can get a list of the most recently submitted search strings in JSON.

Example Image Search:

[https://api-image-fcc.herokuapp.com/api/imagesearch/YOUR_SEARCH_TERMS?offset=YOUR_CHOSEN_OFFSET]

List previous searches:

https://api-image-fcc.herokuapp.com/api/latest/imagesearch/