A command-line Node application, Liri Bot utilizes Request to make http requests.
LIRI Bot is a personal assistant application designed for UNC Coding Bootcamp Week 10. This application takes four commands as arguments in the terminal/bash:
my-tweets: Runs the latest 20 tweets for whatever Twitter username is specified.
spotify-this-song: Receives a song search input (as subsequent arguments) and returns song, artist, and album information.
movie-this: Receives a movie title input (as subsequent arguments) and returns information about the film.
do-what-it-says: Whatever is specified in the random.txt file will execute.
This application utilizes Node.js and the following npm packages and APIs:
To use this application:
git clone git@github.com:stoversa/liri-node-app.git