An open API service indexing awesome lists of open source software.

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.

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.


![cmd](https://cloud.githubusercontent.com/assets/23619819/25103255/cdcf9b54-2389-11e7-89bd-7dfbb03d69b3.jpg)

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.