Skip to content

Latest commit

 

History

History
42 lines (25 loc) · 888 Bytes

README.md

File metadata and controls

42 lines (25 loc) · 888 Bytes

Adopt-a-Pet-Denver

In collaboration with Drew Wilson from Code for America.

###ABOUT An API to serve data for animals currently in Denver animal shelters ready for adoption.

Sample JSON response:

	
	{	
		name: "JERRY",
		pic: "http://www.petharbor.com/get_image.asp?..JPG",
		id: "A215848",
		link: "http://www.petharbor.com/pet.asp?uaid=DNVR.A215848",
		desc: "I am a neutered male, brown and tan Miniature Pinscher.."
	}

Demo

API

###CHANGE LOG

  • 0.0.1 Adds pet static route API / ID where ID can be : A215848 or a215848

More soon..


How to run:

npm i # install dependencies
node app.js # runs server    
gulp spec # runs tests