Skip to content

zsoltime/image-search-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

freeCodeCamp: Image Search Abstraction Layer

This is my image search API for Free Code Camp's fourth API challenge. The demo is available on Heroku

User Stories

  • 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=20 parameter to the URL.
  • I can get a list of the most recently submitted search strings.

API endpoints

Method Route Description
GET /recent/ Get the most recent searches
GET /search/:query Get search results for query