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

stackoverflow-card

v1.0.0

Published

Stackoverflow profile summary card widget

Downloads

8

Readme

stackoverflow-card

Embed your Stackoverflow account summary into your website using these beautiful cards. screenshot

Usage

Insert the following tag in your document where you wish to include the card. This card occupies available parent container's width, so give some meaningful width to the parent element.

<div id="so-card-widget" data-userid="1482899" data-theme="default"></div>
  • data-userid must be your stackoverflow user id(you can find that in your stackoverflow profile url).
  • data-theme is the name of the theme you wish to use (default or minimal or custom). If no theme is specified the default theme default is used.

In addition to that you need to include the following script tag & voila !

<script type="text/javascript" src="//mudassir0909.github.io/stackoverflow-card/dist/1.0.0/so-card-widget.min.js"></script>

Look and feel Customization

The card supports two themes out of the box

default

Default Theme

minimal

This removes profile picture from the card

screenshot

custom

When you specify this as an option. The stylesheet related to this card is not downloaded. You have to specify your own styles based on the class names(Find out using chrome element inspector)

Note

These cards are not inserted using iframe, so change the look and feel as you like using your website's css. You can find the css here. Feel free to override them classes !