adoptme-hook
v1.0.0
Published
This in an NPM to fetch you the dogs to Adopt
Downloads
6
Readme
Instructions to run
Must have node, npm/yarn installed
npm install
npm run dev
Usage
- Import the package in your app:
import {useAdoptMe} from 'adoptme-hook';
- Get the animal information from the hook:
const {loading,error,animal} = useAdoptMe('name')