Skip to content

Liri is a clone of Apple’s Siri virtual assistant that you can use in your terminal. Use Liri to search the following topics: concerts, songs and movies

Notifications You must be signed in to change notification settings

fcarlone/liri-node-app

Repository files navigation

Liri Node Application

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

For example:

Install Liri

  1. Clone the liri-node-app repository: link to liri-node-app repository
  2. Install the packages associated with this application
    npm install
  3. Open your terminal and type a command to Liri

Search Commands:

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:

View and Delete Your Search Log:

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

Instructions:

You can view the instructions in the terminal by using the command:
node liri instructions

Video Demo:

Watch the video

About

Liri is a clone of Apple’s Siri virtual assistant that you can use in your terminal. Use Liri to search the following topics: concerts, songs and movies

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published