Skip to content

Latest commit

 

History

History
37 lines (27 loc) · 955 Bytes

README.md

File metadata and controls

37 lines (27 loc) · 955 Bytes

LIRI

logo

LIRI is a Language Interpretation and Recognition Interface. LIRI will be a command line node app that takes in parameters and gives you back data. Or play hangman!

Installation

Install graphicsmagick

mac: $ brew install graphicsmagick

http://www.graphicsmagick.org/

Install dependencies

$ npm install

Create .env file

add Spotify and Twitter API keys

# Spotify API keys

SPOTIFY_ID=your-spotify-id
SPOTIFY_SECRET=your-spotify-secret

# Twitter API keys

TWITTER_CONSUMER_KEY=your-twitter-consumer-key
TWITTER_CONSUMER_SECRET=your-twitter-consumer-secret
TWITTER_ACCESS_TOKEN_KEY=your-access-token-key
TWITTER_ACCESS_TOKEN_SECRET=your-twitter-access-token-secret

Usage

$ node liri.js

example 1

example 1

example 2