liri-node-app1
v1.1.1
Published
LIRI is a Language Interpretation and Recognition Interface. LIRI takes the user's command line input to look up movie info, song info, concert info, or follow written instructions from a text file.
Downloads
4
Readme
Welcome to LIRI Bot
LIRI is a Language Interpretation and Recognition Interface. LIRI takes the user's command line input to look up movie info, song info, concert info, or follow written instructions from a text file.
Getting Started
If you are downloading the npm package, run the following command in your terminal
sudo npm install liri-node-app1 -g
If you are cloning this repository from github, create your own .env file and insert the keys in it. Look at the .env-example file to see an example .env file
Commands
If you downloaded the liri-node-app1 package enter the commands listed in the example below to look up info. Once user enters liri in command line and hits enter, LIRI reminds the user to enter an action and a search term.
In case the action or search term is mispelled LIRI reminds the user to enter the command format that needs to be entered in the command line.
Before you use the liri do-what-it-says make sure to include random.txt file in the directory you are running the LIRI command from and has a text like spotify-this-song,"I Want it That Way" OR concert-this,"Elton John" OR movie-this,"Avengers"
Example:
Search any artist/band
liri concert-this song_value
Search any song name
liri spotify-this-song song_value
Search any movie
liri movie-this
Search random text
liri do-what-it-says
Use the screenshots below as reference
If you are cloning the repository from github then enter the commands listed in the example below to look up info.
Example:
Search any artist/band
node index.js concert-this song_value
Search any song name
node index.js spotify-this-song song_value
Search any movie
node index.js movie-this
Search random text
node index.js do-what-it-says
Use screenshots below as reference
APIs Used
BandsInTown, Spotify, Open Movie Database
NPMs Used
axios, spotify-node-api, fs, moment, dotenv