Search Spotify for songs, Bands in town for concerts and OMBD for movies.
See video walkthrough here (full screen has better view)
Use node to run this program. Use node liri.js then run one of the following comands, then add search text:
Example:
- Concert (
concert-this
) - Spotify (
spotify-this-song
) - Movie (
movie-this
) - Do what it says (
do-what-it-says
)
- Name of the venue
- Venue location
- Date of the Event
- Artist(s)
- The song's name
- A preview link of the song from Spotify
- The album that the song is from
- If no song is provided then your program will default to "The Sign" by Ace of Base.
- Title of the movie.
- Year the movie came out.
- IMDB Rating of the movie.
- Rotten Tomatoes Rating of the movie.
- Country where the movie was produced.
- Language of the movie.
- Plot of the movie.
- Actors in the movie.
- If the user doesn't type a movie in, the program will output data for the movie 'Mr. Nobody.
A random.txt file with search for spotify-this-song "I want it that way." This will give you the spotify results of "I want it that way."
- JavaScript
- Node.js (axios, inqurier, moment)
- Spotify API
- Bands in Town API
- OMDB API