liri-node-app-

LIRI Bot

Overview

This is our first assignment after we studied NodeJS. This app is called LIRI, which takes in parameters from command line and gives you back data.

Function

liri.js can take in one of the following commands:

  1. node liri.js concert-this <artist/band name here>

concert-this

  1. node liri.js spotify-this-song '<song name here>'

spotify-this-song

  1. node liri.js movie-this '<movie name here>'

movie-this

  1. node liri.js do-what-it-says

do-what-it-says

Resources Used

Note

# Spotify API keys

SPOTIFY_ID=your-spotify-id
SPOTIFY_SECRET=your-spotify-secret