Skip to content

Liri is a command-line application that provides information about songs, concerts, and movies based on specific commands and user search input.

Notifications You must be signed in to change notification settings

jenross/liri-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Liri

About

Liri is a command-line application that provides information about songs, concerts, and movies based on specific commands and user search input.

Technologies Used

  • Git
  • GitHub
  • JavaScript
  • Node.js
  • Node packages:
    • Node-Spotify-API
    • Moment
    • DotEnv
    • Axios
  • APIs:
    • Bands in Town
    • OMDB

How to Use It

  1. Open up your terminal/bash window and navigate to the folder/directory for liri-bot where the file liri.js is stored.

Terminal window showing liri-bot directory

  1. Type the command below to see information pulled from the OMDB API about a specific movie.

node liri movie-this <name of movie>

Terminal window showing movie info for 'Eternal Sunshine of the Spotless Mind'

  1. Type the command below to see the top 10 upcoming concert locations and dates for a specific artist.

node liri concert-this <name of band/artist>

Terminal window showing upcoming concert info for 'Brandi Carlile'

  1. Type the command below to see the top 5 songs on Spotify associated with your search.

node liri spotify-this-song <name of song>

Terminal window showing Spotify songs associated with 'Say My Name'

  1. Type the command below and the program will read the random.txt file and run the command and search it specifies.

node liri do-what-it-says

Terminal window showing the do-what-it-says command running 'spotify-this-song, I Want it That Way'

About

Liri is a command-line application that provides information about songs, concerts, and movies based on specific commands and user search input.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published