LIRI is like iPhone's SIRI. However, while SIRI is a Speech Interpretation and Recognition Interface, LIRI is a Language Interpretation and Recognition Interface. LIRI will be a command line node app that takes in parameters and gives you back data.
Follow these instructions to get a copy of the project up and running on your local machine for development and testing purposes.
You will need Node.js and NPM installed on your system.
-
Clone project:
"git clone https://github.com/hollandjb92/LIRI-App.git"
-
Inside the root directory of the cloned filed, run the following command in your terminal/bash:
"npm install"
-
"node liri.js concert-this [artist/band name here]"
- This will search the Bands in Town Artist Events API for an artist and render the following information about each event to the terminal/bash window:
- Name of the venue
- Venue location
- Date of the Event
-
"node liri spotify-this-song [song name here]"
- This will show the following information about the song in your terminal/bash window:
- Artist(s)
- Song Name
- A preview link of the song from Spotify
- The album the song is from
-
"node liri.js movie-this [movie name here]"
- This will output the following information to your terminal/bash window:
- Title of the movie
- Year the movie came out
- IMDB rating of the movie
- Rotten Tomatoes rating of the movie
- Country where the movie was produced
- Language of the movie
- Plot of the movie
- Actors in the movie
-
"node liri.js do-what-it-says"
- Runs a command that you have run in the past