LIRI-Node-App

What is LIRI?

LIRI (Language Interpretation and Recognition Interface) Takes in commands from the user and returns data to the console as well as to a text file where commands and data are stored. Enter the applicable command in the terminal and recieve information about any song, artist, or movie.

Click here to see a Demo

Technologies Used:

How to:

  1. Once API keys are set up and the applicable npm installs have been complete, run node liri.js in the terminal with no parameters and you will recieve an error message that provides a list of available commands.

Demo Error

  1. Enter node liri.js concert-this (name of artist/band here) to recieve info for the given artists next tour date.

Artist Demo

  1. Enter node liri.js spotify-this-song (name of song here) To recieve info for the given song

Song Demo

  1. Enter node liri.js movie-this (name of movie here) to recieve info about the given movie

Movie Demo

  1. Enter node liri.js do-what-it-says and it will execure what ever command is in the random.txt file

random.txt Demo