UNC Coding BootCamp NodeJS Project
LIRI bot by Charles Bowden
The LIRIbot will run from NodeJS. The program has three functions.
Function One: 'node liri.js my-tweets'
- This will display the last 20 tweets and their creation date in terminal window.
Function Two: 'node liri.js spotify-this-song ""'
- This will display the following to terminal: *Artist *Song Name *Album
- Program will default to "The Sign" if no search query added.
Function Three: 'node liri.js movie-this '''
- This will output to terminal:
- Title of the movie.
- Year the movie came out.
- IMDB Rating of the movie.
- Rotten Tomatoes Rating of the movie.
- Country where the movie was produced.
- Language of the movie.
- Plot of the movie.
- Actors in the movie.