omickelsen / liri-node-app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LIRI-Node-App

Image description

Description

LIRI is like iPhone's SIRI. LIRI is a Language Interpretation and Recognition Interface. The LIRI interface will allow the user to select from a list of options:

					1. Search Spotify a song
					2. Search OMBD for a movie
					3. Do what I say (reads text file and perform action)

Getting Started

This is a Node.js to retrieve the will power this app, you'll need to send request to the Spotify, and OMDB APIs. Head over to www.npmjs.com to download the need packages.

Prerequisites

These packages can be found on www.npmjs.com as stated previous:

				1. Node-Spotify-API
				2. DotEnv
				3. Request (used top grab data from the OMDB API)

All of the documentation needed to use these packages are stated on the npmjs site.  

Additonal Info:  Navigate to the root of your project and run npm init -y  to initialize a package.json file.  This required for installing any third party npm packages.

About


Languages

Language:JavaScript 100.0%