/liri-app

LIRI stands for Language Interpretaion and Recognition Interface. With this project, I created a program that takes in user input, then retrieves and returns relevant results. The user can choose from four basic commands to initiate the search.

Primary LanguageJavaScript

LIRI Node App

LIRI stands for Language Interpretaion and Recognition Interface. With this project, I created a program that takes in user input, then retrieves and returns relevant results. The user can choose from four basic commands to initiate the search.

  • spotify-this-song
  • concert-this
  • movie-this
  • do-what-it-says

The user also enters either a song title, musical artist or movie title. The program then utilizes databases from Spotify, Bands in Town & OMDB respectively.

spotify-this-song

GitHub Logo

movie-this

GitHub Logo

concert-this

GitHub Logo

TECHNOLOGIES USED

  • Javascript
  • Node.js
  • Node-Spotify-API
  • Moment.js
  • Bands in Town API
  • OMDB API