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 will search Spotify for songs, Bands in Town for concerts, and OMDB for movies using the following commands:
concert-thisspotify-this-songmovie-thisdo-what-it-says
- NodeJS
- JavaScript
- Bands In Town API
- Spotify API
- OMDB API
- Axios
- CLI-Table3
- Clone repo
- Run npm install
- At command prompt run node liri.js and pass in one of the four commands followed by a search.

