ktruo010 / liri-bot-app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LIRI BOT

Introduction

LIRI Bot is like iPhone's SIRI, but instead of using speah interpretation, it uses language intepretation to read your commands. All you need to do is type your commands into your command line (terminal) to tell LIRI what to do.\

Here are the available LIRI commands:\

  1. movie-this: Input a movie name and LIRI will seach and return details about the movie in the terminal\
  2. concert-this: Input an artist name and LIRI will search and return upcoming concert details of that artist in the terminal\
  3. spotify-this-song: Input a song name and LIRI will search and return details about that song in the terminal\
  4. do-what-it-says: Fire this command and LIRI will do whatever it says in the random.txt file\

To access LIRI Bot, always type in the following prefix in the terminal and then your command and search input:\

node index.js [command] [search input]

Get Movie Details by Movie Name

Command: node index.js movie-this [movie name]

Liri Movie

Get Upcoming Concert Details by Artist Name

Command: node index.js concert-this [artist name]

Liri Concert

Get Song Details by Song Name

Command: node index.js spotify-this-song [song name]

Liri Concert

Do what is in the random.txt file

Command: node index.js do-what-it-says

About


Languages

Language:JavaScript 98.4%Language:TypeScript 0.8%Language:Shell 0.3%Language:Makefile 0.2%Language:Roff 0.2%Language:CoffeeScript 0.1%Language:CSS 0.1%Language:HTML 0.0%Language:Emacs Lisp 0.0%