/liri-node-app

liri-node-app is a CLI that uses a few popular APIs

Primary LanguageJavaScript

liri-node-app

this is a node application which uses spotify, twitter and MDB APIs as a selection for the user to query.

the script takes in arguments and shows you the information upon that arguments

node liri.js [command] [argument]

list of possible commands:

  1. my-tweets (shows the 20 most recent tweets)
  2. movie-this [movie-name] (shows the info of that movie name)
  3. spotify-this-song [song] (shows info for the song provided)
  4. do-what-it-says

My tweets:

my tweets

movie-this [title]

movie this with title

movie-this [ no title]

movie this no title

spotify-this [title]

spotify this with title

spotify-this [ no title]

spotify this no title

Do what it says (random.txt) random.txt shows the lines of codes that needed to be automatically executed

randomfile

passing the "do-what-it-says" argument will execute what is in random.txt

do what it says

and it logs everytime the program has been run

log file