maksad / image-search-api

A simple restful api that searches images from Google

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A simple restful api that searches images from Google


Languages

Language:JavaScript 66.3%Language:HTML 33.7%