Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 734 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 734 Bytes

Adopt-a-Pet

Vanilla JS app that uses the Petfinder API to search for pets via zip code. Uses Parcel, Babel and fetch-jsonp

Build Status Greenkeeper badge

Quick Start

Add your own Petfinder API key to main.js by registering here.

Install dependencies:

npm i

Start the application:

npm start

Build for production:

npm run build

License

This project is licensed under the MIT License.