Skip to content

JohnnyBizzel/img-abstraction-layer-jb-ps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image Search Abstraction Layer

For this FreeCodeCamp challenge I paired with Parminder Sanghera (ajitsy) We decided to use the flickr API as I have previously used this for the Weather App

The format is slightly different from other APIs.

The API is called by using {hosted-url}/api

then adding a search term

eg) /api/cats

To show another page of results use query strings

eg) /api/cats?page=2

To limit the results use pagelimit in the query string

eg) /api/cats?page=2&pagelimit=5

For the last 10 searches made:

/recent

About

FCC Image Search Abstraction Layer (uses flickr api)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published