项目作者: stoversa

项目描述 :
A command-line Node application, Liri Bot utilizes Request to make http requests.
高级语言: JavaScript
项目地址: git://github.com/stoversa/liri-node-app.git
创建时间: 2018-02-08T00:38:13Z
项目社区:https://github.com/stoversa/liri-node-app

开源协议:

下载


LIRI Bot

LIRI Bot is a personal assistant application designed for UNC Coding Bootcamp Week 10. This application takes four commands as arguments in the terminal/bash:

Commands

  1. my-tweets: Runs the latest 20 tweets for whatever Twitter username is specified.
    my-tweets demo

  2. spotify-this-song: Receives a song search input (as subsequent arguments) and returns song, artist, and album information.

    spotify-this-song demo

  3. movie-this: Receives a movie title input (as subsequent arguments) and returns information about the film.
    movie-this demo

  4. do-what-it-says: Whatever is specified in the random.txt file will execute.

Packages/APIs Used

This application utilizes Node.js and the following npm packages and APIs:

  1. Twitter
  2. Spotify
  3. Request
  4. DotEnv
  5. OMDB API

Downloading This Application

To use this application:

  1. Ensure that Node.js and npm are installed on your machine. For instructions, see the Technologies Used section below.
  • Next, clone this repo to your local machine:
    1. git clone git@github.com:stoversa/liri-node-app.git
  1. Open the repo and execute the following in the bash terminal. Doing so should install the required NPM packages:
    ```
    npm i