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
Clone this repo onto your local drive and the run it on your terminal/bash prompt. Below is the example commands and the results of those commands.
This will search the Bands in Town Artist Events API for an artist and render the following information about each event to the terminal:
Name of the venue Venue location Date of the Event (use moment to format this as "MM/DD/YYYY")
This will show the following information about the song in your terminal/bash window
Artist(s) The song's name A preview link of the song from Spotify The album that the song is from
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.
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”.
Technologies used:
- OMDB API
- Spotify API
- Bands In Town API
- Node.js
- NPM Packages
- Javascript