StevenMDixon / liri

:tent: A command line tool for finding songs and local venues

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Liri

Liri is a command line node application that allows users to look up songs, local venues, and movies.

๐Ÿ“ Find A Concert

Use liri concert-this 'your artist' to find a list of concerts and their location!

Demo

๐Ÿ’ฟ Look Up A song

Use liri spotify-this-song 'song name' to pull up information on your favorite songs

Demo-st

๐Ÿ“ผ Look Up a Movie

Use liri movie-this 'movie name' to pull up Ratings and info on your favorite movie.

Demo-mt

Default commands

Liri can read commands from a file named random.txt located in its root folder. Run the command liri do-what-it-says to run the command saved in the file.

๐Ÿ“‘ Logging

Liri writes all queries into JSON formated log files that can be referenced later.

Concepts tackled

I wanted to get familiar with code splitting and using npm, this was the perfect project to learn about using node.js.

About

:tent: A command line tool for finding songs and local venues


Languages

Language:JavaScript 100.0%