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 🙏

© 2026 – Pkg Stats / Ryan Hefner

fumi-steman-bot

v1.0.0

Published

Continuous Food Provisioning SaaS with Automated Real Time Broadcasting technology

Readme

Fumi & Steman Bot

Screenshot

For those of us in Vienna with offices in the 5th or 6th district there are three important factors – tools if you will – that guarantee startup success. These are:

  1. Fumi
  2. Steman
  3. Slack

The Fumi and Steman Bot combines these three into one Continuous Food Provisioning SaaS with Automated Real Time Broadcasting technology.

For Investors

These three tools have become indispensable, life enabling institutions and if you are an investor (well, if you are and you are reading a README on Github, this makes you pretty awesome) you better include these three in your due dilligence before you invest in any startup. Like, seriously. Because reasons!

For Startups

It’s a proven fact that startups who regularly use Slack, Fumi and Steman raise more money, have higher employee loyalty and - most importantly - better investors. Actually, investors have begun checking for all three in any due dilligence process.

Installing

You'll need node.js because rainbows.

Then:

$ npm install fumi-steman-bot

Setup

config.coffee contains two important constants: slack.token and slack.channel. Get these values from your slack account.

The default implementation reads these from the environment variables SLACK_TOKEN and SLACK_CHANNEL, so you don't have to hardcode them.

For FumiBot to work, you'll need a link to a Google Docs Form that Fumi provides and put that URL into the FUMI_GOOGLEDOC_URL environment variable.

(If you're wondering: env variables are handy if you run this on Heroku)

You may of course also put this into a shell script:

#!/bin/sh
#fumi-steman-bot-example.sh
export SLACK_TOKEN="your-slack-token"
export SLACK_CHANNEL="your-slack-channel"

coffee steman.coffee

export FUMI_GOOGLEDOC_URL="get-this-from-fumi"
coffee fumi.coffee

Once that's done you're good to go!