/LIRI-App

A command line Node.js application that takes in parameters from the user and returns data from multiple APIs

Primary LanguageJavaScript

LIRI-BOT

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.

Getting Started

Follow these instructions to get a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

You will need Node.js and NPM installed on your system.

Installing

  1. Clone project:

     "git clone https://github.com/hollandjb92/LIRI-App.git"
    
  2. Inside the root directory of the cloned filed, run the following command in your terminal/bash:

     "npm install"
    

Running the Application

  1.  "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/bash window:
      • Name of the venue
      • Venue location
      • Date of the Event

  2.  "node liri spotify-this-song [song name here]"
    
    • This will show the following information about the song in your terminal/bash window:
      • Artist(s)
      • Song Name
      • A preview link of the song from Spotify
      • The album the song is from

  3.  "node liri.js movie-this [movie name here]"
    
    • This will output the following information to your terminal/bash window:
      • Title of the movie
      • Year the movie came out
      • IMDB rating of the movie
      • Rotten Tomatoes rating of the movie
      • Country where the movie was produced
      • Language of the movie
      • Plot of the movie
      • Actors in the movie

  4.  "node liri.js do-what-it-says"
    
    • Runs a command that you have run in the past

Demo

LIRI

Built With