1.0.0 • Published 2 years ago
adoptme-hook v1.0.0
Instructions to run
Must have node, npm/yarn installed
npm install
npm run devUsage
- Import the package in your app:
import {useAdoptMe} from 'adoptme-hook';- Get the animal information from the hook:
const {loading,error,animal} = useAdoptMe('name')1.0.0
2 years ago