- NodeJS
- Terminal/Git Bash
- API keys for Spotify, Bands In Town & OMDB
- Create
.env
file in script directory and update with API keys - Run NPM install for required modules
- Run app with one of the following commands:
-
concert-this <artist/band name here>
-
spotify-this-song <song name here>
-
movie-this <movie name here>
-
do-what-it-says
-