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

hc-beachbot-addon

v0.0.1

Published

This add-on will check the weather forecast (FOR SYDNEY ONLY) and advise on whether or not we should go to the beach.

Downloads

7

Readme

HipChat BeachBot Add-on

This add-on will check the weather forecast (FOR SYDNEY ONLY) and advise on whether or not we should go to the beach.

  • 07:30 - Check if it is more than 30'c today
  • 16:30 - Check if it is more than 30'c tomorrow

To install what you need to run the add-on:

npm install -g bunyan npm install

Start ngrok, which will make your add-on running on http://localhost:4000 accessible to HipChat.com:

ngrok 4000

Take a note of the base URL given by ngrok, for example in the following case the base URL is https://57376a36.ngrok.com:

ngrok (Ctrl+C to quit)

Tunnel Status online
Version 1.7/1.7
Forwarding http://57376a36.ngrok.com -> 127.0.0.1:4000
Forwarding https://57376a36.ngrok.com -> 127.0.0.1:4000
Web Interface 127.0.0.1:4040

Conn 0

Avg Conn Time 0.00ms

Start the add-on:

npm start | bunyan

Install the add-on in HipChat.

  • Go to www.hipchat.com/addons
  • At the bottom of the page, click on "Install an integration from a descriptor URL"
  • Enter the URL for the add-on descriptor, which is baseURL/descriptor, for example https://57376a36.ngrok.com/descriptor
  • Choose a room to install the add-on in

To test the add-on:

  • Type /beachbot in the HipChat room to get the current weather forecast