Liri is a clone of Apple’s Siri virtual assistant that you can use in your terminal. Enter a command in your terminal and Liri will return the results of your search.
Use Liri to search the following topics:
- concerts
- songs
- movies
- Clone the liri-node-app repository: link to liri-node-app repository
- Install the packages associated with this application
npm install
- Open your terminal and type a command to Liri
To search for concerts, use the command:
node liri concert-this [ARTIST/BAND NAME]
For example:
To search for a song, use the command:
node liri spotify-this-song [SONG NAME]
For example:
To search for a movie, use the command:
node liri movie-this [MOVIE NAME]
For example:
You can view your previous searches by using the command:
node liri print-log
To erase the searches log, use the command:
node liri delete-log
You can view the instructions in the terminal by using the command:
node liri instructions