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 from OMDB, Spotify, and Twitter(dave_hopi account). Node Package Manager is crucical to running this functionality.
Instructions: 1.) Clone repo. 2.) Install the following node package managers: Twitter
[Node-Spotify-API](https://www.npmjs.com/package/node-spotify-api)
[Request](https://www.npmjs.com/package/request)
You'll use Request to grab data from the [OMDB API](http://www.omdbapi.com).
[DotEnv](https://www.npmjs.com/package/dotenv)
[Inquirer](https://www.npmjs.com/package/inquirer)
3.) Tpye node LIRI.js into terminal command window to start question prompt.
4.) Enjoy! Play around with the code and learn!