Skip to content

Nadia27/liri-node-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LIRI-Node-App

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. Show my Tweets 
					3. Search OMBD for a movie
					4. 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 Twitter, 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. Twitter 
				2. Node-Spotify-API
				3. DotEnv
				4. 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.

In an effort to protect your keys needed to run Spotify and Twitter you should create a .gitignore file.