Skip to content

mchughs/flickr-fetcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flicker Fetcher Challenge

Description

Implement and push to a GitHub repository an HTTP service that has one endpoint which downloads, resizes and stores images from the Flickr feed:

The solution should meet the following requirements:

  • Able to specify the number of images to return, if not specified then return all the images from the Flickr feed request
  • Able to specify a resize width and height
  • It is sufficient to save the resized images on the local disk

Dependencies

To run the project you will need to have the Clojure CLI installed which can be found here.

Backend

make backend

You can see the usable endpoints via Swagger3 documentation at http://localhost:3000.

Testing

make test-clj

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published