NickForma / LIRIbot

Language Interpretation and Recognition Interface

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LIRI

Language Interpretation and Recognition Interface

LIRI is a simple node.js app that searches for information on movies, music, and concerts based off a users' search.

Motivation

This app was created so that users can have a one stop shop type of search. When looking up information on different medias, you typically have to use different websites or apps. With LIRI you can search all three media types in one spot.

How to use?

Upon starting the app, you are asked to provide your name. You are then prompted to choose from a list including concert, song, movie, random, or exit. Once the user has picked one of the options you are then asked to provide a search term. Searching for concert will result in a list of shows that give the venues name, city and date of show. Searching for a song will result in the artists name, track name, a preview url, and the album name the track is on. Searching for a movie will result in the title, release year, multiple ratings, country of filming, primary languages, plot, and starring actors. Searching for random will give you a random output. Clicking exit will exit the app.

Tech/Frameworks used

Built with

API Reference

OMDB API Populates searches for Movies

Bands In Town API Populates searches for Concerts

Node-Spotify-API Populates searches for Songs

Screenshots!!

Initial Prompt  Song Results  Movie Results  Concert Results

Credits

Copyright © 2019 - Coded and Developed by Nick

About

Language Interpretation and Recognition Interface


Languages

Language:JavaScript 100.0%