Node.js Assignment
To view the output from LIRI, please view the file above title "liriappworks.png"
About the App: LIRI is a Language Interpretation and Recognition Interface and is a command line node app. It takes in parameters and gives back data. The following commands can be run using the LIRI Bot
- concert-this
- spotify-this-song
- movie-this
- do-what-it-says
Steps to Reproduce (STRs):
- Open terminal.
- Navigate to the folder containing the liri.js file.
- Depending on the command line you run, the output will vary.
Summary: The bot is able to connect with Spotify's API and run commands to pull information from OMDB and BandsinTown
Deployed Version Link: https://karithomas.github.io/liri-node-app/.
Technologies Used:
- Javascript
- Node.js
- Node packages: Node-Spotify Api, Request, Moment, DotEnv
- API's used: Spotify, Bands in Town, OMDB
Command Executions:
- Node liri.js Spotify-this-song
- Node liri.js concert-this
- Node liri.js movie-this
- Node liri.js do-what-it-says