1.1.1 • Published 5 years ago

liri-node-app1 v1.1.1

Weekly downloads
3
License
ISC
Repository
github
Last release
5 years ago

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

install-package-globally

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.

just-liri

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.

liri-incomplete-action 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

liri-concert-this

liri-spotify-this

liri-movie-this

liri-random

liri-do-this 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

node-incorrect

node-concert

node-movie

node-spotify

node-do

APIs Used

BandsInTown, Spotify, Open Movie Database

NPMs Used

axios, spotify-node-api, fs, moment, dotenv

1.1.1

5 years ago

1.1.0

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago