LIRI is a command line node app that allows users to choose what type of data they wish to search for and what information to search under each category. It returns the information to the console and also stores the data in the log.txt file. You will need to add API keys for twitter and spotify in keys.js.
LIRI uses the inquirer npm library to make user expereince better.
This allows the user to access the latest 5 tweets from my Twitter or do a general search.
This allows the user to search for a song and access information about that song from Spotify
This allows the user to search for a movie title and return specific IMDB information about that movie