LIRI - Bot


How To Use

Hello User, for this program to run to you need to download and install a couple things for this to function correctly.

Below listed are the steps to take to run this program

Instructions


  • Step 1
  • First your have to go to the Node.JS website to download a version of Node

    https://nodejs.org/en/

  • Step 2
  • After you have downloaded node.js, open terminal application

  • Step 3
  • Go to Github to copy LIRI-Bot Git URL and do a git clone on terminal

    Once you see the file on your desktop, use terminal to navigate to that folder

  • Step 4
  • Once you navigated to the file type in the following installs to run the program. Without these the program will run into errors:

    • npm i node-spotify-api
    • npm i request
    • npm i moment
    • npm i dotenv

  • Step 5
  • After that, type in any of the following commands to run the program without the parentheses

    • node liri.js concert-this (artist/band here)
    • node liri.js spotify-this-song (song name here)
    • node liri.js movie-this (movie name here)
    • node liri.js do-what-it-says

  • Step 6
  • Thats it yayyy