LIRI Bot

LIRI Bot is a text-based assistant that can be accessed via the command line of a user's terminal. It was built using Node.js, JavaScript, and several free, open-sourced Node modules. LIRI Bot searches several API's for requested information and display that information in the user's terminal. With LIRI Bot, a user can do the following:

  • -Search Spotify for a song and display information about that song,
  • -Play the song found on Spotify in a new browser window,
  • -Search Bands in Town for upcoming performances by a band or artist and display those results,
  • -Take the user to the site in a new browser window where they may purchase tickets to the first upcoming performance,
  • -Search the Open Movie Database (OMDb) for a movie title and display those results,
  • -Display the movie poster for the movie found in a new browser window,
  • -Log all commands, queries, and results in a text file called log.txt, and
  • -Execute a pre-programmed search command located in a text file called random.txt.