MEOWFACTS
A simple api that returns a random fact about cats on a GET request
Powered by React.js, Express.js and tailwindCSS
fetch("https://meowfacts.herokuapp.com/") .then((response) =>response.json()) .then((data) => console.log(data)) .catch((error) => console.log(error));
"Mother cats teach their kittens to use the litter box."