Dad jokes - With HTTP request

Hi community, I just created a simple Mixed Messages dad jokes project using http to fetch the random joke from this site icanhazdadjoke.com. I did not install any fancy things, I just used the ‘http’ module from node and vanilla Javascript.

Here is the Github repo: GitHub - ricardoorellana/dad-jokes-console

Any feedback is highly appreciated, thanks!