An open API service indexing awesome lists of open source software.

https://github.com/sethbergman/adopt-a-pet

Vanilla JS app that uses the Petfinder API to search for pets via zip code. Uses Parcel, Babel and fetch-jsonp | https://adopt-a-pet.sethbergman.pro
https://github.com/sethbergman/adopt-a-pet

babel parcel-bundler petfinder-api pets vanilla-javascript

Last synced: 3 months ago
JSON representation

Vanilla JS app that uses the Petfinder API to search for pets via zip code. Uses Parcel, Babel and fetch-jsonp | https://adopt-a-pet.sethbergman.pro

Awesome Lists containing this project

README

          

# 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](https://travis-ci.org/sethbergman/Adopt-a-Pet.svg?branch=master)](https://travis-ci.org/sethbergman/Adopt-a-Pet) [![Greenkeeper badge](https://badges.greenkeeper.io/sethbergman/Adopt-a-Pet.svg)](https://greenkeeper.io/)

## Quick Start

Add your own Petfinder API key to `main.js` by [registering here](https://www.petfinder.com/developers/api-key).

### Install dependencies:

```sh
npm i
```

### Start the application:

```sh
npm start
```

### Build for production:

```sh
npm run build
```

### License

This project is licensed under the MIT License.