Skip to content

Latest commit

 

History

History
31 lines (16 loc) · 1.09 KB

README.md

File metadata and controls

31 lines (16 loc) · 1.09 KB

LiriBot

A CLI app that searches three different APIs and retrieves specific information to the User.

The first command will search the OMDB API. Here is the command the user will have to input:

movie-this

Using axios, the command will retrieve the information to deliever it to the user:

movie-this-result

The same will happen with the Bands in Town API using the concert-this command as seen below:

concert-this

concert-this-result

Liri Bot also uses the Spotify API. However, Sportify has it's own retrieval information through node. The "node-spotify-api" npm package was

used to allow song information retrieval as seen below:

spotify-this-song

spotify-result

The fourth command, do-what-it-says, will have node read from a file and executing the search written in it:

whatItSays.png

whatItsays-result.png