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

howtonode.org

v0.0.0

Published

The popular blog howto.no.de

Downloads

38

Readme

HowToNode.org

This is a community supported blog about how to program in nodejs.

This is powered by a new static blog engine written in node called wheat.

To run a local version of the blog, simply install wheat and it's dependencies, node.JS v0.1.101 or later.

If you have spark installed, just type spark in this directory. If not, append .listen(3000) right before the closing semicolon and run it with node app.js

You can get a working wheat environment out of the box with ivy.

Contributing

The best way to contribute is to fork this repository and add your article. If this is your first article, then please add an entry for yourself in the authors directory as well.

Article format

Every article is a markdown file with some meta-data at the top of the file.

Title: Control Flow in Node Part II
Author: Tim Caswell
Date: Thu Feb 04 2010 02:24:35 GMT-0600 (CST)
Node: v0.1.91

I had so much fun writing the last article on control flow, that I decided to...

## First section: Display JavaScript files

* display contents of external JavaScript file (path is relative to .markdown file)
<test-code/test-file.js>

* display contents of external JavaScript file and evaluate its contents
<test-code/evaluate-file.js*>

More content goes here.

Author format

Every author has a markdown file located in authors folder. You should name this file by your name and surname Name Surname.markdown.

Github:   your_github_account
Email:    [email protected]
Homepage: http://yourhomepage.com
Twitter:  your_twitter_account
Location: City, State, Country

A few words about you.

Starting the project on your local machine

Please check if the project is still working after you add your contribution to it. You can run the project in three easy steps:

  1. Install the npmpackages: npm install
  2. Start the server: node server/server.js
  3. Enjoy your local blog clone at http://localhost:8080

More docs to come soon...

Licensing

All articles are copyright to the individual authors. Authors can put notes about license and copyright on their individual bio pages if they wish.