Heads up! To view this whole video, sign in with your Courses account or enroll in your free 7-day trial. Sign In Enroll
Well done!
You have completed Node.js Basics!
You have completed Node.js Basics!
Preview
In this video, we'll prepare for our project and do a high-level plan.
Chrome Extension
Related Discussions
Have questions about this video? Start a discussion with the community and Treehouse staff.
Sign upRelated Discussions
Have questions about this video? Start a discussion with the community and Treehouse staff.
Sign up
These apps will have no need for
any client side or
0:00
front end code because the JavaScript
we write, won't run in the browser.
0:02
As a non-blocking runtime environment,
Node.js is well equipped for
0:06
handling tasks, like working with
APIs to get data from databases.
0:11
In our command line application, we'll
search for user information from Treehouse
0:16
profiles, and print out the requested
information to the console.
0:20
We should be able to enter a user
name when we execute a program and
0:25
return the number of points and
badges a user has.
0:29
You need to sign up for Treehouse in order to download course files.
Sign upYou need to sign up for Treehouse in order to set up Workspace
Sign up