In this project we will create a new NodeJS application that is connected to a Twitter Developer account, and it listens to a keyword which, every time is used in a tweet, triggers an event. Code Lets start by creating a new NodeJS project using npm init in an empty directory…