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

wikistats-random-quotes-cli

v1.4.0

Published

Get a random statistic from Wikipedia (Simple English) in your terminal!

Downloads

7

Readme

Wikistats Random Quotes CLI

Overview

The Wikistats random quotes CLI allows you to read random statistical quotes from the Simple English version of Wikipedia right in your terminal. It is based on the free and open source Wikistats API

Installation

npm install -g wikistats-random-quotes-cli

Make sure to install with the -g flag to allow use as a command line application.

Usage

    Usage
        $ wikistats [options]

    Options
        --number   Set number of quotes returned (default: 5). 
                   Just type in wikistats without any option to return 5 random statistics.

        --help     Displays this help 

Examples

$ wikistats

• More than 99.7% of the seasons damage was due to Harvey, Irma, and Maria. - 2017 Atlantic Hurricane Season | Wikipedia

• Caffeine content varies between 0.3% and 1.7% of dry weight (compare this to 2.5–4.5% for tea leaves, and 1.5% for ground coffee). - Yerba Mate | Wikipedia

• They have won over 76% of their test matches and are the leading test match points scorers of all time. - New Zealand National Rugby Union Team | Wikipedia

• Since the orange gene is on the X chromosome, about 80% of orange tabby cats are male, and nearly all calico cats are female. - Tabby Cat | Wikipedia

• Milk fat makes up about 0.55–6% of the yogurt; added in quantities inversely proportional to the amount of milk solids, it lends richness to the yogurt. - Frozen Yogurt | Wikipedia

$ wikistats --number 1

• SEO has become an important part of marketing campaigns run by businesses to find customers online because 65% of the people who search for something dont look beyond the 5th result of the search engines results page. - Search Engine Optimization | Wikipedia

Credits

Inspired by several famous quote APIs such as Quotable and Breaking Bad Quotes API