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.

Notifications You must be signed in to change notification settings

sharstream/liri-node-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

liri-node-app

LIRI is like iPhone's SIRI. However, while SIRI is a Speech Interpretation and Recognition Interface, LIRI is a Language Interpretation and Recognition Interface.

To use this app you need to:

  1. Clone the repo.
  2. Type npm install
  3. Then run command like:
    • node liri.js latest_twitters
    • node liri.js ranking_sounds, etc
  4. If someone wanted to clone your app from github and run it themselves, they would need to supply their own .env file for it to work.

installation required:

  • package.json
  • twitter-api
  • spotify-api
  • request
  • odbm-api

Package json

"dependencies": { "dotenv": "^5.0.1", "node-spotify-api": "^1.0.7", "omdb": "^0.8.0", "request": "^2.85.0", "spotify": "^0.3.0", "twitter": "^1.7.1" }

Type node liri.js my-tweets

image alternative text

Type node liri.js spotify-this-song

image alternative text

Type node liri.js do-what-it-says image alternative text

Type node liri.js movie-this Avatar image alternative text

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published