LIRI
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.
LIRI is a command line node app that takes in parameters and gives you back data based off the following parameters:
- concert-this
- Spotify-this-song
- movie-this
- do-what-it-says
Technologies used:
- OMDB API
- Spotify API
- Bands in Town API
- Node.js
- Javascript
- NPM packages
Movie-This

- 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.
Concert-This

- Name of the venue
- Venue location
- Date of the Event (use moment to format this as “MM/DD/YYYY”)
Spotify-this-song

- Artist(s)
- The song’s name
- A preview link of the song from Spotify
- The album that the song is from
Do-what-it-says
LIRI will use the text from “random.txt” and call on of LIRI’s commands. It should run Spotify-this-song for “I want it That way”.