Skip to content

viaduct12/liri-node-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

liri-node-app

Description

LIRI is like iPhone's SIRI. However, while SIRI is a Speech Interpretation and Recognition Interface, LIRI is a Language Interpretation and Recognition Interface. LIRI will be a command line node app that takes in parameters and gives you back data.

Software Installations

Built With

  • Visual Studio Code

  • Node.js

Node Packages

Functionality

  • node liri.js concert-this '<artist/band name here>'
  • Uses the Bands in Town API and npm axios to search for concert events using the artist or band as a search key. The response will render information regarding the following :

    • Name of the venue
    • Venue location
    • Date of the Event (using the format "MM/DD/YYYY")
  • node liri.js spotify-this-song '<song name here>'
  • Uses the npm spotify to search for songs using the song name as a search key. The response will render information regarding the following:

    • Artist(s)
    • The song's name
    • A preview link of the song from Spotify
    • The album containing the song
    • If no song is provided, the program defaults to "The Sign" by Ace of Base.
  • node liri.js movie-this '<movie name here>'
  • Uses the OMDB api and npm axios to search for movies using the movie name as a search key. The response will render information regarding the following:

    • Title
    • Year movie was released
    • IMDB Rating
    • Rotten Tomatoes Rating
    • Country where movie was produced
    • Language(s)
    • Plot of the movie
    • Actors in the movie
    • If the user does not enter a movie selection, the program outputs data for the movie 'Mr. Nobody.'
  • node liri.js do-what-it-says
  • It reads in a file in random.txt and passes it's values to either of the three choices above, depending on what was written in the file. It will take in multiple searches.

Video Demo


LIRI Demo

Author

Lawrence Fiesta

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published