LIRI

Like SIRI, but ‘language’ interpretation and recognition interface, rather than ‘speech.’

In this assignment, we are tasked with creating a CLI that could do 4 things:

I decided to make it a little more user friendly by adding some prompts to the user to help them along. I used inquirer to prompt the user for commands and search terms. After you complete a function, you will always get the option to continue using the app, or exit.

To make this app work, you will need to use npm to install the dependencies from the package.json file. You will need keys for the following APIs:

Please see the screen shots below to see how the application works.

To start, you get the 4 options.

Searching for a concert with a band name.

Searching for a song with Spotify.

Searching for a movie.

Searching for a song from a Text File.