/image-search-api

A simple restful api that searches images from Google

Primary LanguageJavaScript

Image Search Abstraction Layer

FreeCodeCamp Image Search Abstraction Layer challange

User stories

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