Liri is a command-line application that provides information about songs, concerts, and movies based on specific commands and user search input.
- Git
- GitHub
- JavaScript
- Node.js
- Node packages:
- Node-Spotify-API
- Moment
- DotEnv
- Axios
- APIs:
- Bands in Town
- OMDB
- Open up your terminal/bash window and navigate to the folder/directory for
liri-bot
where the fileliri.js
is stored.
- Type the command below to see information pulled from the OMDB API about a specific movie.
node liri movie-this <name of movie>
- Type the command below to see the top 10 upcoming concert locations and dates for a specific artist.
node liri concert-this <name of band/artist>
- Type the command below to see the top 5 songs on Spotify associated with your search.
node liri spotify-this-song <name of song>
- Type the command below and the program will read the
random.txt
file and run the command and search it specifies.
node liri do-what-it-says