Skip to content

LIRI - a command line app used to search Spotify for songs, Bands in Town for concerts, and OMDB for movies.

Notifications You must be signed in to change notification settings

kanikas01/liri-node-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LIRI

LIRI is a node-based command line app used to search Spotify for songs, Bands in Town for concerts, and OMDB for movies. The app itself is written entirely in JavaScript. Here is a brief video walkthrough describing its use.

Basic usage is as follows:

Use the "Bands in Town" API to search for concerts
node liri.js concert-this <artist/band name>

Use the "Spotify" API to search for songs
node liri.js spotify-this-song <song name>

Use the "OMDB" API to search for movies
node liri.js movie-this <movie name>

Execute an action and query string from the file 'random.txt'
node liri.js do-what-it-says

About

LIRI - a command line app used to search Spotify for songs, Bands in Town for concerts, and OMDB for movies.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published