/LIRI-bot

Primary LanguageJavaScript

LIRI-Bot

Liri-Bot is a text-based command line application that allows the user to search for movies, songs, and upcoming concerts based on command line arguments (input). The user's input is received and fed to one of a number of APIs and then returned to the user.

Installation

Use the package manager NPM to install axios.

npm install axios

How to run the program

Use any of the available commands to run the program:

  • "concerts" - Will search the API for BandsinTown and give you the next 10 upcoming concerts for the group you search for.
  • "movies" - Will search for movies in the OMDB API.
  • "spotify" - Will search Spotify for a song and return 5 matches.
  • "random" - Is the equivalent of a random search. It will search spotify for a song that I have saved in a file.

Example of running the application below:

node liri.js "movies-this" Ghostbusters

Demo Video

Here is a link to a live demo: Google Drive