Discover Node.js and move from frontend to backend
Difficulty: Junior ● Progress: 0 / 0 modules completed
Project: Create a talking clock
Objective
In this small project, we'll be able to put into practice:
- The installation and use of two external modules
- The interaction between the code and our system (audio)
The objective is simple: Use the date-fns library to format the current date and time, as well as the say module to perform TTS (Text To Speech) and thus create a talking clock.
As long as the program is running, the time will be spoken every 5 seconds.
You need a free account to read this module