LIRI is like iPhone's SIRI. However, while SIRI is a Speech Interpretation and Recognition Interface, LIRI is a Language Interpretation and Recognition Interface. LIRI will be a command line node app that takes in parameters and gives you back data. LIRI supports the following commands:
- my-tweets: which will grab a maximum of 20 tweets from "dpkillian" account
- spotify-this-song: which will grab song, artist, album info for any given song
- movie-this: which will search OMDB for movie info (title, release year, ratings, genre, etc)
- do-what-it-says: which will read the command in the file "random.txt" to perform one of the above commands
Prototype command structure
node liri.js [command] [modifier]
Example useage
node liri.js movie-this "star wars"
node liri.js spotify-this-song kiss
node liri.js do-what-it-says