npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

tvst

v0.3.1

Published

TV Shows Tracker (TVST) in command-line

Downloads

18

Readme

tvst Build Status

TV Shows Tracker (TVST) on command line

TVST command line

Table of contents

:punch: More awesome features are in development :punch:

Install

Install with npm:

npm install -g tvst

Upgrade

npm update -g tvst

Usage


  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

Schedule - schedule

tvst schedule <date>

Usage of schedule

$ 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

Examples:

  • See all shows of today:
tvst schedule today
  • See all shows of tomorrow:
tvst schedule tomorrow
  • See all shows of yesterday:
tvst schedule yesterday
  • See all shows of a particular date:
tvst schedule '2016-06-14'
  • See if tomorrow has a episode of a particular tv show:
tvst schedule tomorrow -f 'game of thrones'
  • See today's schedule of a particular country:
tvst schedule today -c GB

Next Episode - ne

tvst ne <show-name>

Examples

  • See next episode's details of a particular show:
tvst ne 'game of thrones'

:notebook_with_decorative_cover: If you're not sure about spelling of a specific show name, just guess, it will return list of possible shows

:notebook_with_decorative_cover: If any show has no update of next episode then it returns details of previous episode

Previous episode - pe

tvst pe <show-name>

Examples

  • See previous episode's details of a particular show:
tvst pe 'game of thrones'

:notebook_with_decorative_cover: If you're not sure about spelling of a specific show name, just guess, it will return list of possible shows

Favorite shows - fav-add fav-remove fav-list

tvst fav-add
tvst fav-remove
tvst fav-list

Examples

  • Add show(s) to your favorite:
tvst fav-add

:notebook_with_decorative_cover: It is an interactive command - just follow the instruction.

  • Remove show(s) from your favorite:
tvst fav-remove

:notebook_with_decorative_cover: It is an interactive command - just follow the instruction.

  • See schedules of all of your favorite shows:
tvst fav-list

:notebook_with_decorative_cover: If you're not sure about spelling of a specific show name, just guess, it will return list of possible shows

Help

tvst help

Version

tvst --version

Credits

TVMaze API

License

The MIT @ Shahriar Mahmood