TV Shows Tracker (TVST) on command line
- Install
- Upgrade
- Usage
- Credits
- License
Install with npm:
npm install -g tvstnpm update -g tvst
  Usage: tvst [options] [command]
  Commands:
    schedule <date>  Show list of TV shows of a specific date
    ne <show-name>   Date & Air time of next episode of a show
    pe <show-name>   Date & Air time of previous episode of a show
    fav-add          Add TV shows in your favorite list
    fav-list         Show list of your favorite shows
    fav-remove       Remove show(s) from your favorite shows
    help [cmd]       display help for [cmd]
  TV Shows Tracker (TVST) On Command Line - For Developers
  Options:
    -h, --help     output usage information
    -V, --version  output the version number
tvst schedule <date>
$ tvst schedule --help
  Usage: tvst-schedule [options]
  Options:
    -h, --help              output usage information
    -c --country <country>  ISO Country Code - eg. US or GB etc.
    -f --filter <filter>    Filter By Show Name
tvst schedule todaytvst schedule tomorrowtvst schedule yesterdaytvst schedule '2016-06-14'tvst schedule tomorrow -f 'game of thrones'tvst schedule today -c GBtvst ne <show-name>
tvst ne 'game of thrones'π If you're not sure about spelling of a specific show name, just guess, it will return list of possible shows
π If any show has no update of next episode then it returns details of previous episode
tvst pe <show-name>tvst pe 'game of thrones'π If you're not sure about spelling of a specific show name, just guess, it will return list of possible shows
tvst fav-addtvst fav-removetvst fav-listtvst fav-addπ It is an interactive command - just follow the instruction.
tvst fav-removeπ It is an interactive command - just follow the instruction.
tvst fav-listπ If you're not sure about spelling of a specific show name, just guess, it will return list of possible shows
tvst helptvst --versionThe MIT @ Shahriar Mahmood
