8000 GitHub - drunnals313/LIRI-Bot: 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.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

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.

Notifications You must be signed in to change notification settings

drunnals313/LIRI-Bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LIRI-Bot

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 from OMDB, Spotify, and Twitter(dave_hopi account). Node Package Manager is crucical to running this functionality.

Instructions: 1.) Clone repo. 2.) Install the following node package managers: Twitter

    [Node-Spotify-API](https://www.npmjs.com/package/node-spotify-api)

    [Request](https://www.npmjs.com/package/request)

    You'll use Request to grab data from the [OMDB API](http://www.omdbapi.com).

    [DotEnv](https://www.npmjs.com/package/dotenv)
    
    [Inquirer](https://www.npmjs.com/package/inquirer)

3.) Tpye node LIRI.js into terminal command window to start question prompt.
4.) Enjoy! Play around with the code and learn!

About

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0