项目作者: dmiten

项目描述 :
Free Code Camp's API project.
高级语言: JavaScript
项目地址: git://github.com/dmiten/FCC-backend-ImageSearchAbstractionLayer.git


Image Search Abstraction Layer

Objective: Build a full stack JavaScript app that is functionally similar to
this
and and browse recent search queries like
this.
Then deploy it to Glitch.

Note that for each project, you should create a new GitHub repository and a new Glitch
project. If you can’t remember how to do this, revisit
this.



Here are the specific user stories you should implement for this project:

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



    (i)pagination changed to page={number} & limit={quantity} according to used in Flickr API scheme.

    FCC-backend-ImageSearchAbstractionLayer/npm start


    https://vivid-jacket.glitch.me/