Skip to content

A node application that retrieves information on music, concerts and movies from 3 different API's. Axios, is the middleware being used to perform the api calls, and we use the inbuilt node method of readFile and writeFile to process the information.

Notifications You must be signed in to change notification settings

SaraNP-33/LiriBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A node application that retrieves information on music, concerts and movies from 3 different API's. Axios, is the middleware being used to perform the api calls, and we use the inbuilt node method of readFile and writeFile to process the information.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published