LIRI-Bot

LIRI Node App

Image of axios-install2 created

Image of npm-installs created

Image of package.json created

node_modules .DS_Store .env

Image of this-is-loaded created

SPOTIFY_ID=your-spotify-id SPOTIFY_SECRET=your-spotify-secret

What Each Command Should Do

For an artist and render the following information about each event to the terminal

Image of concert-this1 created

Image of concert-this-default created

Image of spotify-this created

*If no song is provided then your program will default to “Paralyzed”.

You will utilize the node-spotify-api package in order to retrieve song information from the Spotify API.

(https://developer.spotify.com/my-applications/#!/applications/create) to register a new application to be used with the Spotify API.

This will output the following information to your terminal/bash window: Image of Movie-this created

Image of movie-this-default created

You’ll use the axios package to retrieve data from the OMDB API. Like all of the in-class activities, the OMDB API requires an API key. You may use trilogy.

Using the fs Node package, LIRI will take the text inside of random.txt and then use it to call one of LIRI’s commands

Edit the text in random.txt to test out the feature for movie-this and concert-this.

BONUS