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

pgmjah-blitz

v0.0.14

Published

Simple webapp for hosting a trivia type game.

Downloads

17

Readme

Blitz README

Blitz is a simple WebApp that can be played over the internet with a video chat, like Zoom. The admin can control when questions begin, and people can press their red button when they know the answer. The admin can see the list of who buzzed in, in the order they hit the button.

So, the admin can then ask the users to answer try and answer the question. If one fails, then the next can have a turn.

Turns can be timed, if desired.

Install/Run

  • Global - npm install -g pgmjah-blitz will install as a global node program. To run: blitz
  • Local - npm install pgmjah-blitz. To run node blitz.js

Run Blitz

  • To run the game client for Blitz go to: http://server:8000/blitz
  • To run the admin for Blitz go to: http://server:8000/blitz/admin

Changelog

  • 0.0.14 - Fixed ANOTHER bug with buzz in position.

  • 0.0.13 - Fixed bug with buzz in position.

  • 0.0.12 - Added user's buzz in position to status message.

  • 0.0.11 - Changed order of error checking for username first.

  • 0.0.10 - Removed blitz.config.json...wasn't needed, as server is self configuring.

  • 0.0.9 - Moved git repo to github.

  • 0.0.8 - Fixed some wordings in admin/server.

  • 0.0.7 - Added multi-submit per turn, so users can buzz repeatedly each turn (very dangerous).

  • 0.0.6 - Cleanup.

  • 0.0.5 - Removed server config info...this is a dedicated server for Blitz, not general purpose.

  • 0.0.4 - Updated readme, and also fixed some UI with timing issues, and status.

  • 0.0.3 - Fixed resolving root server context when packaged for standalone running.

  • 0.0.2 - Fixed package.json

  • 0.0.1 - Initial commit.