Skip to content

JSierra0918/LIRI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LIRI

LIRI is a Language Interpretation and Recognition Interface.

##LIRI is a command line node app that takes in commands (sportify, band, movie, and read) and gives you back data accordingly.

LIRI command:

node liri.js (command) (search item) LIRI takes in two user arguments, the first one specifies what kind of category you want to search; the second one is the item to search for

Spotify

The spotify command will search for a song track, it will then display Artist(s)The song's name, a preview link of the song, and the album that the song is from.

Band in Town

The band command uses the Bands in Town API and uses the search item to show you the latest venue of the artist you searched for.

Movie

The movie command uses OMDB's API to retrieve the search item the user provides. This is the ouput of the search

  • Title of the movie.
  • Year the movie came out.
  • IMDB Rating of the movie.
  • Rotten Tomatoes Rating of the movie.
  • Country where the movie was produced.
  • Language of the movie.
  • Plot of the movie.
  • Actors in the movie.

Read

The read command searches the random.txt file and uses that search term to find the song.

Video Link

Here's a video link of Video. If it does not work, please check the folder "example video"

About

first node.js project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published