Quote Generator Using KANYE WEST API 🧑🏽‍💻

First API project "using kanye west rest api"

LINK:"https://api.kanye.rest"

How fetch request works!!
fetch('API_URL')
.then(response => response.json())
.then(data => console.log(data));

carbon