Welcome to the liri-node-app!
This project is a node/javascript CLI (command line interface) that allows users to enter simple commands and receive back movie and song information in the console.
https://ericbillings.github.io/liri-node-app/ https://github.com/EricBillings/liri-node-app
Clone the repository to your local machine.
Run npm install on the command line to install local dependencies.
For Spotify, visit https://developer.spotify.com/documentation/web-api/quick-start/
For OMDB, visit http://www.omdbapi.com/
.env
in your local repository, add the following to it, replacing the values with your API keys (no quotes) once you have them:# Keys
SPOTIFY_ID=your-spotify-id
SPOTIFY_SECRET=your-spotify-secret
omdb=your-omdb-key
Navigate to your repository using the command line.
Type one of the following commands (without quotes) to search for movie or song information.
spotify-this-song “song name” to obtain information about a specific song.
After each command entry, the app logs the command to the log.txt file with a timestamp.
Message Eric_Billings (developer & maintainer) on GitHub for assistance with the application.
Visit Eric’s portfolio page to see this and other projects: