Discover Node.js and move from frontend to backend
Difficulty: Junior ● Progress: 0 / 0 modules completed
Project: Create a CLI Tool
The goal of this project is simple: Create a command-line tool to generate fake data (json) to test your applications!
This will also be the perfect opportunity to practice using the native modules studied previously.
Here's how our tool will work:
- We ask the user a question in the terminal
- We call the
randomuser.meapi if the answer is positive
You need a free account to read this module