Skip to content

Language Interpretation and Recognition Interface that will search Spotify for songs, SeatGeek for concerts, and OMDB for movies.

Notifications You must be signed in to change notification settings

jraf7/liri-node-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

liri-node-app

Language Interpretation and Recognition Interface that will search Spotify for songs, SeatGeek for concerts, and OMDB for movies.

Deployed Here:

https://jraf7.github.io/liri-node-app/

Instructions

  1. Open your terminal (such as Bash or Terminal).

  2. Navigate to the folder that contains the liri.js file. Step 1 & 2

  3. Use LIRI by using this format:
    node liri.js [command] [parameter]

  • [Commands] include:

    • concert-this: The system will display a list of all events and locations where the artist or band will perform. It can result in multiple records.Step 2a
    • spotify-this-song: The system will display a list of information associated with the song. It can result in multiple records.Step 2b
    • movie-this: The system will display information associated with the movie. Step 2c
    • do-what-it-says: The system will read the text in the random.txt file, and perform the command listed in the random.txt file.
  • [parameters]: is any concert/song/movie to search for.


TECHNOLOGIES USED

  • Javascript
  • Nodejs
  • Node packages:
    • Node-Spotify
    • Moment
    • DotEnv
    • Axios
  • APIs used:
    • Seat Geek
    • OMDB
  • Git
  • GitHub

About

Language Interpretation and Recognition Interface that will search Spotify for songs, SeatGeek for concerts, and OMDB for movies.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published