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

@touratica/html-scoreboard

v2.1.0

Published

Self-serving HTML scoreboard.

Downloads

2

Readme

streamlabs-scoreboard

GitHub release (latest SemVer) code style: prettier GitHub issues GitHub forks GitHub Repo stars GitHub npm

A purposely created self-served HTML scoreboard to be used in sports' matches' live streams.

Introduction

Motivations

This piece of code was motivated by the need of having an electronic programmable scoreboard in Streamlabs, with quick and simple controls, in order to use said program to broadcast the Portuguese first tier division national league matches of korfball on YouTube, starting May 1, 2021.

Roadmap

10/01/2023

The software continues to be used without hiccups several times per week. No known bugs are known at the moment, but new features are still programmed to be added. Version v2.0.0 was just released, but not with what was antecipated to be in it. Instead, it made the package self-serving, which means there's no need to use another program to serve the html/css/js files. It was also published to npm.

27/06/2021

The sofware is currently completely functional and has been in production since May 1, 2021. After releasing v1.0.0 and fixing some bugs, the Team's first objective was to add the functionality of showing a scoreboard in a different position when halftime was reached and releasing it as v1.1.0. However, since that functionality hasn't been started working on due to time contraints (because "the Team" is only me) and since other updates were given priority over this one (such as fixing bugs and adding other vital functionalities that were missing from the original program), those were launched as alpha pre-releases, being the latest one (v1.1.0-alpha.2) the version currently in production.

The intention is to continue adding those missing vital functionalities and fixing any bugs that are detected before working on the halftime scoreboard, but setting the beggining of next season as the deadline for v1.1.0.

Adding fade in/out animation to the scoreboard is in the plans, estimated to be released as v1.2.0.

Proper localization is also something to tackle ASAP, with the first languages to be officialy supported being Portuguese (Portugal) and English (UK), estimated to be released as v1.3.0.

A complete restructuring of the project into modules is on the works. Being such a breaking change, it will be realeased as v2.0.0. The time of its completion may obviously change versioning of the previously mentioned releases. This version will also be accompanied by full documentation.