Skip to content

Command line tools used for quick API calls to movies, songs, or family concerts in town. It can also write into a text file the information it looks up.

Notifications You must be signed in to change notification settings

jixuni/liri-node-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

liri-node-app

This is app that search movie database, song database, artist concert date. It requires some dependecies for it to work.

To install the list of dependecies, just use the command :

npm install

The below gifs shows the command functions

node liri.js movie-this titanic      <---- will show movie data
node liri.js concert-this edsheeran  <---- will return concert date/venue if they have any
node liri.js spotify-this hello      <---- will return top spotify result with that song name
node liri.js do-what-it-says         <---- will loop through the text file and look for matching commands and index + 1 will 
                                           be the search input. (For some reason this loop will not work for OMDB axios)
Movie

Alt Text

Concert

Alt Text

Spotify

Alt Text

bug with omdb axios

***UPDATE***
fixed the bug below, it has to do with concert api call. The api will not take string input with "".

About

Command line tools used for quick API calls to movies, songs, or family concerts in town. It can also write into a text file the information it looks up.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published