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 is be a command line node app that takes in on of four parameters and returns the relative data.
my-tweetsspotify-this-songmovie-thisdo-what-it-says
- Clone repo
- Run
npm install - At command prompt run
node liri.js <pass in an instruction from above>
- NodeJS
- JavaScript
- Spotify API
- Twitter API
- OMDB API
- NPM simple-node-logger
- NPM spotify-web-api-node
- NPM dotenv
- NPM twitter
- NPM request
- Steve Walker