Skip to content

burnit66/LIRI-node-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LIRI: Language-Interpretation-Recognition-Interface

LIRI is a command line node app that takes in parameters and gives you back data.

You will find these resources helpful in order to build off of the existing CLI program

Using Spotify will require a CLIENT ID and CLIENT SECRET. You'll need to register here as a developer in order to get them.

Breakdown

LIRI Can:

  • Search BandsInTown for tour schedules.
  • Search Spotify for an artist, band, or song.
  • Search IMDB for an actor, actress, or movie.
  • Execute raw text from the random.txt file

Using LIRI

Bands in Town:

node liri.js concert-this <artist/band name here>

Spotify:

node liri.js spotify-this-song  <song name here>

OMDB

node liri.js movie-this <movie name here>

Do what it says:

node liri.js do-what-it-says

Returns

Bands in Town: bands in town

Spotify: spotify

OMDB: omdb

Do what it says: do what it says image

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published