liri-node-app

Liri

About

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.

What it does

Spotify

node liri.js spotify-this-song <insert song title>

This will show the following information about the song in your terminal/bash window

If no song is provided then your program will default to “The Sign” by Ace of Base

Bands in town

node liri.js concert-this <artist/band name here>

This will search the Bands in Town Artist Events API for an artist and render the following information about each event to the terminal:

Movies

node liri.js movie-this <insert movie title>

This will output the following information to your terminal/bash window:

If the user doesn’t type a movie in, the program will output data for the movie ‘Mr. Nobody.’

Do What It Says

node liri.js do-what-it-says

Using the fs Node package, LIRI will take the text inside of random.txt and then use it to call one of LIRI’s commands.

Right now it will run spotify-this-song for “I Want it That Way,”. And movie-this for “star wars”.

Feel free to change the text in that document to test out the feature for other commands.

Instructions

Preview

Concert-this

concert-pic



spotify-this-song

spotify-pic


spotify-pic2



Movie-this

movie-pic1


movie-pic2



Do what it says

do-what-pic