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.
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
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