Skip to content

This is a Unix Command Line app I am building using Ruby for my capstone project for Nashville Software School. The purpose is to create a way for fans of the band the Grateful Dead to look up concert set lists from the band's long and illustrious career of live performances.

zkellerdevelops/deadsets

Repository files navigation

NSS Ruby Capstone - DeadSets App

Code Climate

Purpose

This is a Unix Command Line app I am building using Ruby for my capstone project for Nashville Software School. The purpose is to create a way for fans of the band the Grateful Dead to look up concert setlists from the band's long and illustrious career of live performances.

Project Status / To Do

User entered dates are being parsed as url's and the corresponding setlist text is being printed to the terminal. Invalid conert dates raise an error message prompting the user to enter another date. Users can save a favorite show date to an SQL database, and recall those saved favorites dates for future reference.

Usage Instructions

App is launched from within the UNIX bash terminal via a UNIX system or OS X terminal application.

App will ask the user to enter a date of a desired concert from 1972 - 1995.

If the date entered corresponds with an actual Grateful Dead concert date, the program will parse the user entered date into a corresponding url from the http://www.cs.cmu.edu/~mleone/gdead/dead-sets website and print the concert setlist as text into the terminal window. This site contains all Grateful Dead setlists from 1972-1995 in txt format.

If the date entered does not correspond with a Grateful Dead concert date, the app will print a message telling the user that there was no concert on the date entered, and to enter another date.

Future functionality will include the ability to save favorite show dates to an active record database.

Demo

App must be downloaded and run from the UNIX terminal.

License

All code and logic, copyright © 2013 Zach Keller All setlists, song titles, and anything having to do with the Grateful Dead are owned by Grateful Dead Productions (GDP)

About

This is a Unix Command Line app I am building using Ruby for my capstone project for Nashville Software School. The purpose is to create a way for fans of the band the Grateful Dead to look up concert set lists from the band's long and illustrious career of live performances.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages