An open API service indexing awesome lists of open source software.

https://github.com/bradydouthit/liri-node-app

This Node.js app takes user input and finds concerts and songs in your town.
https://github.com/bradydouthit/liri-node-app

Last synced: 25 days ago
JSON representation

This Node.js app takes user input and finds concerts and songs in your town.

Awesome Lists containing this project

README

        

# liri-node-app
## This Node.js app takes user input and does different things based on several commands.
#### It can find concerts(using the Bands In Town API).
#### It can find songs(using the spotify search API).
#### It can find movies(using the OMBD API).
#### Lastly, it can execute these commands from a local text file.
Search for concerts by band:
![alt text](images/concert-this.PNG)

Search Spotify for a song:
![alt text](images/spotify-this-song.PNG)

What happens if no song is specified:
![alt text](images/spotify-this-song-no-param.PNG)

Search for movies:
![alt text](images/movie-this.PNG)

Using a text file to search spotify for the song in the file:
![alt text](images/do-what-it-says.PNG)

Contents of the text file:

![alt text](images/text-file.PNG)