https://github.com/mrkem598/liri-node-app
LIRI app is more of like cortana of Window 10 or siri of iPhone. LIRI will accept command-line input unlike the other two where they respond for speech input.
https://github.com/mrkem598/liri-node-app
iphone javascript liri liri-node nodejs speech terminal
Last synced: 3 months ago
JSON representation
LIRI app is more of like cortana of Window 10 or siri of iPhone. LIRI will accept command-line input unlike the other two where they respond for speech input.
- Host: GitHub
- URL: https://github.com/mrkem598/liri-node-app
- Owner: mrkem598
- License: gpl-3.0
- Created: 2017-04-07T04:22:59.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-31T15:34:15.000Z (about 9 years ago)
- Last Synced: 2025-10-24T09:57:56.798Z (8 months ago)
- Topics: iphone, javascript, liri, liri-node, nodejs, speech, terminal
- Language: JavaScript
- Homepage: https://mrkem598.github.io/liri-node-app/
- Size: 18.6 KB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# liri-node-app
LIRI app is more of like cortana of Window 10 or siri of iPhone. LIRI will accept command-line input unlike the other two where they respond for speech input.

Use the following Command to get some fun with this app
## node liri.js movie-this ''
This will output the following information to your terminal/bash window:
* Title of the movie.
* Year the movie came out.
* IMDB Rating of the movie.
* Country where the movie was produced.
* Language of the movie.
* Plot of the movie.
* Actors in the movie.
* Rotten Tomatoes Rating.
* Rotten Tomatoes URL.
## Hopefully you have got some fun with this development.
Fork or clone this app if you wish to by clicking this link.