liri-node-app

LIRI app is more of like cortana of Window 10 or siri of iPhone. LIRI will accept command-line input unlike the other two     where they respond for speech input.


cmd</br>

Use the following Command to get some fun with this app
  
## 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.
* Country where the movie was produced.
* Language of the movie.
* Plot of the movie.
* Actors in the movie.
* Rotten Tomatoes Rating.
* Rotten Tomatoes URL.



## Hopefully you have got some fun with this development. 

Fork or clone this app if you wish to by clicking this link.