项目作者: rperez2021

项目描述 :
Liri is a command line node app that helps you search for information on songs, movies and the users tweet history.
高级语言: JavaScript
项目地址: git://github.com/rperez2021/liri-node-app.git
创建时间: 2018-03-30T07:29:48Z
项目社区:https://github.com/rperez2021/liri-node-app

开源协议:

下载


liri-node-app

Liri is a command line node app that helps you search for information on songs, movies and the users tweet history.

Commands

You can use the below commands to interface with LIRI, if you make a mistake, LIRI will display a list of available commands in the command line.

  1. my_tweets
  2. // Displays the users last 20 tweets.
  1. spotify_this (song)
  2. You can also add an artist to refine your search.
  3. Will display Artist(s), Song Name, Spotify Preview URL, Album
  1. movie_this (movie)
  2. Will display Title, Release Year, IMDB and Rotten Tomatoes Rating,
  3. Country, Language, a brief plot and the main actors.
  1. do_what_it_says
  2. Will take input from random.txt and generate a search based on that.

Dependencies