Mitch Hedberg API
An API for Mitch Hedberg Quotes
mitch-hedberg-api.herokuapp.com
- Mitch Hedberg
How do I use this?
fetch('https://mitch-hedberg-api.herokuapp.com')
.then(res => res.json())
.then(data => console.log(data.quote.quote);