Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

JavaScript Node.js Basics Building a Command Line Application Getting the Response Body

Alex Hort-Francis
Alex Hort-Francis
17,074 Points

I think this could be done a lot quicker now that fetch() has been added to Node.

1 Answer

Rohald van Merode
seal-mask
STAFF
.a{fill-rule:evenodd;}techdegree
Rohald van Merode
Treehouse Staff

Hi Alex!

Thanks for bringing this to our attention, you're totally right! The fetch API makes these kind of requests a lot easier than shown in the video. While it was added in Node v18, it has been an experimental feature for a long time. With the release of Node v21.x in November 2023 the feature became stable and can now be used as an alternative to the https module used in this workshop.

I'll bring this up with the team to see if we can add a refresh for this workshop to the content roadmap 🙂