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
- Host: GitHub
- URL: https://github.com/sethbergman/adopt-a-pet
- Owner: sethbergman
- License: mit
- Created: 2018-07-06T06:40:37.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-10-06T17:00:52.000Z (about 6 years ago)
- Last Synced: 2025-07-04T01:04:39.253Z (3 months ago)
- Topics: babel, parcel-bundler, petfinder-api, pets, vanilla-javascript
- Language: JavaScript
- Homepage:
- Size: 229 KB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
[](https://travis-ci.org/sethbergman/Adopt-a-Pet) [](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.