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

owl-go

v1.2.3

Published

Command line interface for enjoying Oveerwatch League

Downloads

12

Readme

Build Status npm node

Overwatch League GO

Enjoy Overwatch League right from your desktop!

Follow Overwatch League matches, teams, and players right on your console. Best CLI tool for Overwatch League fans and Engineers!

All Overwatch League data is from the Overwatch League API.

NOTE: The Overwatch League API is not officially maintained by Blizzard.

Installation

To use OWL Go, Be sure to have Node v6.0.0 or higher. Then type the following in your command prompt:

$ npm install -g owl-go

You can also install this inside a Docker container:

$ docker build -t owl-go:latest .
$ docker run -it owl-go:latest

The container will display the schedule for the current week by default, but you can use a different command anytime. For example:

$ docker run -it owl-go:latest owl-go player geguri

Usage

owl-go has the following commands:

  1. schedule or s
  2. teams or ts
  3. team or t
  4. player or p
  5. standings or st

Schedule

See this weeks Overwatch League schedule here! Follow score updates and match progress from the current week for your favorite teams!

$ owl-go schedule

Depending on the status of the game you chose, a different result will be shown. There are three kinds of statuses that may be displayed.

| Status | Example | Description | | ------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | PENDING | | Shows when the game starts. | | IN_PROGRESS | | Shows live game map status and score! | | CONCLUDED | | Shows the final scoreboard of a match. |

Teams

See all the teams competing in the Overwatch League this season!

$ owl-go teams

Team

Follow your favorite Overwatch League Teams!

Options

-i or --info

Look up your favorite teams and see their league standing, league records, and team roster.

$ owl-go team bostonuprising -i

NOTE: Don't add spaces between team names!

-m or --matches

Look up your teams match history for the season.

$ owl-go team bostonuprising -m
-s or --schedule

Look up your teams schedule for upcoming matches.

$ owl-go team bostonuprising -s

Player

Follow your favorite Overwatch League Player!

Options

-i or --info

Look up your favorite player and see their league stats;

$ owl-go player dafran -i
-c or --compare

Compare the stats of two Overwatch League players.

$ owl-go player dafran,geguri -c

NOTE: Don't add spaces between player names!

Standings

See this weeks Overwatch League standings here!

$ owl-go standings

Related Repos: