NyyBeats API is a simple API that allows the user to return a song title.
In the console type npm install to install the necessary node_modules needed to use the API.
npm install
In the console type node server.js to start the server.
node server.js
Next, in the browser pull up http://localhost:8000 and follow the instructions shown on the index.html page.
The port number can be changed in the server.js file.