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

sales-hero

v1.0.0

Published

Sample Domo App

Readme

Sales Hero

Sample Dev Studio App

This is a simple Domo App built to be used in conjunction with the Domo U training module which can be found in the Domo Appstore. The objective of that course is to build a version of this app from scratch. This source code is provided as a reference to make sure you're staying on track.

Requirements

Technologies

This app has been kept very basic by design. We've included a few libraries for convenience but kept with the basics as much as possible.

npm scripts

This app comes with a package.json which includes a few npm scripts for convenience. They're mostly just wrappers for domo commands such as domo publish and domo dev, with an added utility to copy node modules into your app.

Getting Started

  1. Clone repo
git clone #Todo
  1. Change directory to the new project and install dependencies
npm install
  1. Upload sample data to your Domo instance.

We've provided a sample dataset that you can use for testing. See /data for spreadsheet.

  1. Update manifest.json

Once you've uploaded your sample dataset you'll have to update our manifest mapping to reference the new dataset Id. The Id can be found in the URL when viewing your dataset detail

https://[customer].domo.com/datasources/[dataset-id-here]/details/overview
  1. Publish design

Publishing your app will generate a design Id, which you'll need to develop locally.

npm run publish
  1. Develop

Once you've published your design, you can start the local dev server to start making changes to the code.

npm start