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

whom

v1.0.1

Published

Who are the people making dwyl?

Downloads

4

Readme

Who?

The answer to Who is (working on) dwyl?

Why?

The start-here > who section is woefully out of date.
(this was noted a while back... but sadly was not made a priorty at the time...)
This mini-project addresses dwyl/start-here/issues/9

What?

A more attractive, interesting, informative, engaging, useful, dynamic ...
"people" page for http://www.dwyl.io/

How?

There are two ways of discovering the list of people who are contributing to the dwyl mission:

1. dwyl Org's People Page on GitHub

Visit: https://github.com/orgs/dwyl/people and grab the list.
simple. effective. incomplete.
(read on to understand why this list only scratches the surface!)

2. List all Contributors to dwyl repos on GitHub

Read the Commit History for all the dwyl repos on GitHub!

Approach Taken

Lets start with 1 and proceed to 2 when we have time. (and invite people to add their own bios & links)

implementation

Fields

Each person in the people.json file can have the following fields

{
  fullname: 'Ines Teles',
  avatar: 'https://avatars1.githubusercontent.com/u/4185328',
  github: 'iteles',
  twitter: 'iteles',
  instagram: 'isnteles',
  linkedin: 'https://uk.linkedin.com/in/iteles',
  bio: 'Coorganiser @ladieswhocode LDN. Cheerleader @founderscoders. web-focused, productivity fan, paper lover, microfinance buff, proponent of smiles',
  website: 'http://www.dwyl.io/ines',
  loves: 'Origami, Outdoors, Singing, Wall Planners, Colors',
  wantstoimprove: 'discipline, communication, '
}

Rough Sketch (idea)

Listing people by name is kinda boring.
There's significant evidence that seeing pictures of people is way more engaging so I sketched out a mobile-first view of a Who? section:

who mobile first sketch

tl;dr

The people who contribute to dwyl expand on a daily basis (this makes us happy!!)

Scraping the https://github.com/orgs/dwyl/people page will only give us the people who have made their Org membership public. dwyl people public

At the time of writing this, that is 25 people fewer than 40% of contributors. (there are many out-standing invitations - thanks GitHub notifications! - and most people don't realise that they have to manually make their membership public...)

GitHub Scraper Profile Fields

Using github-scraper we can fetch the list of people who have made their membership of dwyl public.

alanshaw,anniva,besarthoxhaj,codepreneur,Danwhy,edwardcodes,
gabrielperales,gregaubs,heron2014,iteles,izaakrogan,Jasonspd,
krosti,Lukars,MIJOTHY,minaorangina,Neats29,nelsonic,nikhilaravi,
nofootnotes,rjmk,rorysedgwick,rub1e,sarahabimay,SimonLab,tunnckoCore

With this list we can fetch the list of people and get their basic profile details:

{
  url: 'https://github.com/anniva',
  followercount: 20,
  starred: 11,
  followingcount: 22,
  worksfor: 'London, UK',
  location: 'London, UK',
  fullname: 'Anni Väänänen',
  email: '',
  website: '',
  joined: '2015-02-08T08:33:23Z',
  avatar: 'https://avatars1.githubusercontent.com/u/10906215?v=3&s=460',
  contribs: 360,
  longest: 6,
  current: 0,
  lastupdated: 1440999448299,
  orgs:
   [ '/foundersandcoders https://avatars3.githubusercontent.com/u/9970257?v=3&s=84',
     '/docdis https://avatars0.githubusercontent.com/u/10836426?v=3&s=84',
     '/dwyl https://avatars2.githubusercontent.com/u/11708465?v=3&s=84',
     '/plastic-cup https://avatars3.githubusercontent.com/u/12393451?v=3&s=84',
     '/jmnr https://avatars2.githubusercontent.com/u/12494544?v=3&s=84',
     '/AnalogFolk https://avatars0.githubusercontent.com/u/12859046?v=3&s=84',
     '/ConsHack https://avatars2.githubusercontent.com/u/12977314?v=3&s=84',
     '/Prolifiko https://avatars1.githubusercontent.com/u/13519340?v=3&s=84',
     '/node-girls https://avatars2.githubusercontent.com/u/13981928?v=3&s=84' ] }

Combining Many Profiles into a single people.json

Research

  • Hilarious/insightful explanation of when to use Who vs. Whom: http://theoatmeal.com/comics/who_vs_whom