HumanJBooF / liri-bot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 is be a command line node app that takes in on of four parameters and returns the relative data.
my-tweets spotify-this-song movie-this do-what-it-says

Deployment

  1. Clone repo
  2. Run npm install
  3. At command prompt run node liri.js <pass in an instruction from above>

Technologies Utilized

  • NodeJS
  • JavaScript
  • Spotify API
  • Twitter API
  • OMDB API
  • NPM node-spotify-api
  • NPM dotenv
  • NPM twitter
  • NPM request
  • NPM chalk

Author

Joshua LeBoeuf

About


Languages

Language:JavaScript 84.8%Language:Ruby 9.7%Language:Shell 5.5%