A Freecodecamp.com Backend Challenge.
This API Image search Abstraction layer microservice does the following:
- You can get the image URLs, alt text and page urls for a set of images relating to a given search string in JSON.
- You 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 in JSON.
[https://api-image-fcc.herokuapp.com/api/imagesearch/YOUR_SEARCH_TERMS?offset=YOUR_CHOSEN_OFFSET]
https://api-image-fcc.herokuapp.com/api/latest/imagesearch/
- The app is deployed on Heroku. Test it here: https://api-image-fcc.herokuapp.com/
- The freecodecamp challenge can be found here: https://www.freecodecamp.org/challenges/image-search-abstraction-layer