liri-node-app

Liri Bot is command line application demonstrating node.js node packages to make requests to OMDB, Spotify, and Bands in Town .

The following npms are used in this application:


OMDB api: Getting movie information using movie-this [movie title].

If no movie is entered then it will default to “Mr. Nobody”*.


Bands-in-Town Api: Getting concert events using at the command line concert-this [band or artist name]

___ Spotify api: Song artist information. spotify-this-song [song ]

If no song is supplied when calling the command line then it will default to The Sign by Ace of Base


FS file Stream npm Reading a txt file: Reading the contents of text file to run spotify for I want it that way by Back Street Boys. do-what-it-says


Logging and font console color If an undefined command is entered, the logic will render in red font the bad command. This application I coded to log every output from the commands. Separate log files are created for Spotify, Bands in Town , OMDB and bad commands. I used npm cli-color to render different console font colors .