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

sobar

v0.0.5

Published

SVG based SoBar.

Downloads

3

Readme

SoBar

The Social Media Icon Bar

Developed by PxO Ink

Preface

SoBar is designed to provide svg-based social media icon experience. SoBar can be used in a standalone manner by setting a width or height on an image element using an svg as a source. Alternatively, this repository comes packaged with CSS designed to provide a slightly more modular icon system.

Unlike its predecessor, SMIB, SoBar has no limiting factor of attractivity. Any size can be used, with any styles, which allows for complete customization within the confines of the branding guidelines for each icon:

Source and Special Mention

The share icon used in this repository is based on Min Ming Lo's article, entitled Share: The Icon No One Agrees On. It is clear that the milkshake icon is far greater than anything else, and should be adopted as a standard sharing icon. If you disagree with this notion, feel free to fork and add your own icon.

EDIT: It's five years later, and I don't think this has caught on, yet.

Syntax

<span class="social share" title="Share">Share</span>

<a href="./mailto.php" title="Email Me"><span class="social email">Email Me</span></a>

List of sizes:

Default pixel size: 16px

Default size: 2.50rem | 40px

  • .micro - 1.00rem | 16px
  • .small - 2.00rem | 32px
  • .medium - 3.00rem | 48px
  • .large - 4.00rem | 64px
  • .mega - 5.00rem | 80px

List of modifications:

  • .baseline - vertical-align: baseline;
  • .bottom - vertical-align: bottom;
  • .middle - vertical-align: middle;
  • .top - vertical-align: top;

List of icons:

  • .share
  • .email
  • .github
  • .facebook
  • .twitter
  • .linkedin
  • .tumblr
  • .pinterest
  • .soundcloud
  • .beatport
  • .itunes
  • .instagram

Compatibility

SoBar relies on svg and inline-block support. SoBar was tested on the following platforms:

  • Internet Explorer 9+
  • Chrome 43+
  • Opera 32+
  • FireFox 40+

Example

A working example is available here: https://mookman288.github.io/SoBar/

License

It is your responsibility, and your responsibility alone to adhere to the branding guidelines above.

All logos and trademarks included within this application are the property of their respective owners, and use of these logos and trademarks are subject to the policies of those individual organizations. Any and all logos, trademarks, or code not acquired through a third party, shall have the following license:

The MIT License (MIT)

Software Copyright © 2015 PxO Ink LLC. Most Rights Reserved.

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.