Skip to content

a2sandoval/liri-node-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Liri-Node-App

The Liri App, is our first homework assignemnt that uses Node.js. This app involves taking in commands in the terminal and outputing information that the commands were programmed to do. In this instance, LIRI Node App uses the Spotify, OMDB Movie, and Twitter API.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

npm install twitter
npm install spotify
npm install request

Deployment

console.log("\nInstructions");
   node liri.js movie-this (Movie title)");
   node liri.js spotify-this-song (Song title)");
   node liri.js "my-tweets" "(Public Twitter username)";
   node liri.js " do-what-it-says";

Built With

Twitter: https://apps.twitter.com/app/new

Spotify: https://developer.spotify.com/my-applications/

OMDb API: http://www.omdbapi.com/apikey.aspx

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

  • Ron for the initial startup help

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published