LIRI App
About LIRI
LIRI stands for Language Interpretation and Recognition Interface. It is a command line Node app that takes in certain parameters and returns data to the user.
How To Use LIRI
-
Navigate to the root of the LIRI app in your terminal and type in
node liri.js
to initialize the app -
LIRI will as you to choose one of four commands:
-
Choose
movie-this
to search the OMDb API for details about a specific movie -
Choose
concert-this
to search the Bandsintown API for upcoming event related to a specific artist -
Choose
spotify-this-song
to search the node-spotify-api -
Choose
do-what-it-says
to run the command that is written in the file random.txt:
-
-
When you are done with the first command, LIRI will ask "Would you like to use another command?":
-
LIRI logs all commands, inputs and outputs in the file log.txt
Technologies Used
- JavaScript, Node.js
- OMDb API
- Bandsintown API
- Request
- Node Spotify API
- Moment
- Dotenv
- Lodash