Liri is a Node.js app that looks up information on songs, bands, and movies.
Commands:
- concert-this - looks up and displays an input artist's next concert
- spotify-this-song - looks up and displays spotify's data on the user input song
- movie-this - looks up and displays the data of the user input movie per OMDB's database
- do-what-it-says - reads local .txt file and runs the command specified in the file
System Requirements:
- GitBash or Terminal
- NodeJS
- npm
Instructions:
- Open your terminal or gitbash and navigate to the direcotry containing the master branch
- Run
npm install
- the package.json will assure that the required package components are installed - Create a
.env
file to contain yourSPOTIFY_ID
andSPOTIFY_SECRET
. These can be attained at https://developer.spotify.com/dashboard/login. - Type
node liri.js COMMAND INPUT
into your terminal whereCOMMAND
is one of the above listed commands andINPUT
is your chosen artist, song or movie - Submit by pressing enter
- Terminal will return a response accordingly