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));
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Β | Β | |||
Β | Β | |||
Β | Β | |||
Β | Β | |||
Β | Β | |||
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));