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

howtodo

v1.0.34

Published

This package will give the ability to add instruction for anything on your Web product

Downloads

3

Readme

How to do

Installation

Use NPM

npm i howtodo

Or use CDN

When you only need to include Howtodo's compiled JS, you can use jsDelivr.

<script src="https://cdn.jsdelivr.net/npm/[email protected]/wizard.min.js"></script>

About this Project

The library is an advanced tool that also assists you in a simple and time saving onboarding of new members to your company. In the new era of Work from Home Culture, a lot of platforms have emerged to assist your user while they are working to ensure a consistent and hassle free flow, for example Gramarly assist you while typing instantly to point out errors and the tone of your text.

With 'How To Do', you can include this library in your system to explain the functioning of your website to your users and customers in an interactive and self explanatory manner.

previewImg

Usage

Just By these simple steps you can show anyone "How to do this?" Anywhere in you website.

HTML

Include the wizard.js file at the bottom of your html file

<script src="https://cdn.jsdelivr.net/npm/[email protected]/wizard.min.js"></script>

JavaScript

Make a new instance howToDoWizard and pass the values.

var instruction = new howToDoWizard();

// to start a fun session
instruction.play(topicId, autoplay, interval,navigation); 

Now You dont have to create a DIV with id instructionsModal

||Description|
|----|-----|
|id|Generated topic id | |autoplay|By default it is :false| |interval| time in which the next step will be executed. By default it is :3000ms| |navigation|By default it is :true (back and next) |

If you dont have the generated id then you can pass your instruction like this:

var myInput = {
  title: "How To Fill This Form ?",
  instruction: [
    {
      id: 1,
      title: "Enter your Emil Id here ..",
      elementId: "emailId",
      example: { placeholder: "[email protected]", text: "" },
    },
    {
      id: 2,
      title: "Enter your password here",
      elementId: "password",
      example: {
        placeholder: "ab@12hs",
        text: "Do not tell or Share this with anyone.",
        imageUrl: "",
        audioUrl: "",
      },
    },
  ],
};

var instruction = new howToDoWizard();

// to start a fun session
instruction.play({myInput, autoplay, interval,navigation});

Otherwise you can create and manage all your topics in one place. With only few steps you will be able to guide your user anywhere in you website.

To create Click here

A simple Example showing how the Widget will look with diffrent example options

With Image in it

previewOFaWidget

With Text in it

previewOFaWidget

Thank You

Contact me if you have any issue.

mobile : +91 9506370145 email : [email protected]