/cat-api

simple JSON server to serve 20 cat pics. Back-end for async-redux lab

The Flatiron Cat Pic API

This mini-app serves a simple JSON list of 20 cat images.

images courtesy of the cat api.

How Do I Use It?

  • Clone down this repo and run npm install
  • Run npm start
  • In the browser, visit http://localhost:4000/db and see a list of 20 cat images as JSON. OR, make a GET request with fetch or AJAX to that same URL.