https://github.com/benevanio/whiskerwonderlands
cat api
https://github.com/benevanio/whiskerwonderlands
anime api-catalog api-rest apigee cats catserver curiosity fetch fetch-api fetching json-api react react-api-apps reactjs search system
Last synced: about 1 month ago
JSON representation
cat api
- Host: GitHub
- URL: https://github.com/benevanio/whiskerwonderlands
- Owner: Benevanio
- Created: 2023-03-17T16:15:37.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-03-17T20:09:13.000Z (about 2 years ago)
- Last Synced: 2025-01-28T11:33:23.498Z (3 months ago)
- Topics: anime, api-catalog, api-rest, apigee, cats, catserver, curiosity, fetch, fetch-api, fetching, json-api, react, react-api-apps, reactjs, search, system
- Language: CSS
- Homepage: https://whiskerwonderlands.vercel.app
- Size: 175 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FactCat
Api sobre curiosidades de gatos.# demonstração

## clone este projeto
```bashgit clone https://github.com/benetesla/whiskerwonderlands.gi
npm install whiskerwonderlands
npm start```
## Uso/Exemplos```javascript
import React, { useState, useEffect } from 'react'const ApiUrl = 'https://catfact.ninja/fact'
const fetctData = async () => {
const response = await fetch(ApiUrl)
const data = await response.json()
setCat(data)
setLoading(false)
}
fetctData()
}
```## Referência
- [API](https://catfact.ninja/fact)
## License
[](https://choosealicense.com/licenses/mit/)
## Stack utilizada
**Front-end:** 


