Skip to content

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

Notifications You must be signed in to change notification settings

learn-co-curriculum/cat-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published