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

card-aerial

v0.0.4

Published

business can

Downloads

8

Readme

Aerial by HTML5 UP html5up.net | @n33co Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)

This is Aerial, a single page, single screen responsive site template. Real simple. Makes heavy use of CSS animation (something I've been messing with a lot lately). Should work well as a landing page that just directs folks to your stuff elsewhere on the www. Sass sources are also included, so if you've never used Sass and you're interested in giving it a try, head on over to sass-lang.com (and if not, you can safely delete the "sass/" folder).

The scrolling mountainous background was derived from "Icefields" by Ryan Schroeder, a talented photographer from Vancouver who graciously released it on Unsplash under the CC0 license. Be sure to check out his other stuff over at flickr (link below) as well as all the other kickass CC0-licensed images at Unsplash (unsplash.com).

Questions/comments/issues = just email or find me on Twitter. Have fun!

AJ n33.co @n33co dribbble.com/n33

The Scrolling Background:

This relies entirely on CSS to do its thing, which is cool, but that makes
changing it a bit weird/tricky at first. You can still use pretty much any image
you want, but for best results make sure yours is:

- Horizontally tileable.
- Wide and short.
- About 1500px wide.
- Fades to a solid color either at the top of bottom (which is used to fill
  the empty space above or below your image).

Now, there are two ways to use it: with CSS, or with Sass:

CSS:

	Look for this line in css/style.css (line 108 as of this writing):

		background: #348cb2 url("images/bg.jpg") bottom left;

	and use it to set the page background color, URL, and placement of
	your image. It should be as close to 1500px wide as you can get it.

Sass:

	Set the value of $bg to the page background color, URL, and placement
	of your image. Change $bg-width if your image is something other than
	1500px wide.

Credits:

Background Image:
	Ryan Schroeder via Unsplash (unsplash.com - CC0 licensed)
		"Icefields" (flickr.com/photos/ryanschroeder/11876741703)

Icons:
	Font Awesome (fortawesome.github.com/Font-Awesome)

Other:
	html5shiv.js (@afarkas @jdalton @jon_neal @rem)
	CSS3 PIE (css3pie.com)
	Sass (sass-lang.com)
	Respond.js (j.mp/respondjs)
	Skel (skel.io)