项目作者: tsjohns9

项目描述 :
Free Code Camp Image Search Abstraction
高级语言: JavaScript
项目地址: git://github.com/tsjohns9/fcc-search-abstraction.git
创建时间: 2018-05-27T22:22:21Z
项目社区:https://github.com/tsjohns9/fcc-search-abstraction

开源协议:

下载


FreeCodeCamp Image Search Abstraction Layer

User stories:

  1. I can get the image URLs, alt text and page urls for a set of images relating to a given search string.
  2. I 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.

Example query usage:

  1. https://image-search-abst.herokuapp.com/api/imagesearch/spongebob
  2. https://image-search-abst.herokuapp.com/api/imagesearch/spongebob/?offset=10
  3. https://image-search-abst.herokuapp.com/api/history