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

createclock

v1.0.2

Published

A Package That Helps You To Create CLock At Any Position And With Different Colors Of Border And Text.

Downloads

4

Readme

createclock

This Package Can Be Used In Live Server Mode Or In Making https Requests In Express.JS. You Can Use It To Design And Take Reference For Creating Your Own Clock By Applying Different Style Changes In It And A Lot Of New Variations In It.

It Is A Package Which Helps You To Create A Clock Which Runs The Exact Present Time. You Can Change The Layout Of The Time Clock In Which You Can Change The CSS Properties Mentioned Below:

  • Colour
  • The Border
  • Border Radius
  • Background Colour
  • Text Colour
  • Display Property In CSS
  • Flex-Direction Property
  • Align-Items Property
  • Class-Name
  • Justify-Content Property
  • Width
  • Margin
  • Padding

You Need To Put Values In The Function createclock As:

Classname, Display, Flexdirection, Alignitems, Justifycontent, Width, Margin, Backgroundcolor, Border, Borderradius, Childpadding, Childcolor.

The Example Code Is Given Below:

To Use It, Download By Using In The Main Directory File Folder In Which You Are Making A Project:

npm i createclock

Now To Use It Perform Similar Tsk As Done Below:

import { createClock } from "./node_modules/createclock/app.js";

createClock("container", "flex", "row", "center", "center", "18%", "100px auto", "white", "3px solid red", "30px", "30px 40px", "green");

Then Include The File In The HTML Document By Using The Script Tag As Mentioned Below. The File Name (FILE_NAME) Could Be Changed Accordingly Which Needs To Be Entered In src Attribute Of Tag:

<script type="module" src="FILE_NAME"></script>

Now You Can Easily Manipulate And Use It Further.

If Any New Change Required, Contact Me At :

[email protected]