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 🙏

© 2026 – Pkg Stats / Ryan Hefner

@christopher-drifte/clock

v1.18.0

Published

The world's most over-engineered way to display today's date. Fully automated with n8n, Release Please, GitHub Actions, and Dependabot. Because new Date() was too simple.

Downloads

1,938

Readme

🕐 Clock

The world's most over-engineered way to display today's date
Now with 100% more CO2 emissions per timestamp!

npm version

What is this madness?

A fully automated, TypeScript-powered, CI/CD-integrated npm package that tells you what day it is. Because new Date() was apparently too simple.

Live demo: clock-ai.vercel.app

The Rube Goldberg Machine 🎪

Here's how this beautiful disaster works:

  1. ⏰ n8n Schedule Trigger fires every minute
  2. 📅 Date & Time Node grabs the current timestamp
  3. 🤖 GitHub API commits the date to data/date.json with a feat: message
  4. 🎯 Release Please detects the commit and creates a version bump PR
  5. 🪝 GitHub Webhook catches the PR creation
  6. 🤝 n8n Auto-merge immediately merges the PR (because who needs code review?)
  7. 🚀 GitHub Actions builds, tests, and publishes to npm with provenance
  8. 📦 Dependabot in clock-web detects the new version
  9. 🔄 Auto-merge merges the dependency update
  10. ☁️ Vercel auto-deploys to production

Result: The website updates with today's date... which you could have just checked on your phone.

Installation

npm install @christopher-drifte/clock

Usage

import { date } from '@christopher-drifte/clock';

console.log(date);
// Output: "Today is 12 March 2026"

API

date

A string containing today's date formatted as "Today is [day] [month] [year]".

TypeScript types included!

Features

  • ✅ Browser-compatible (uses JSON imports, no fs modules)
  • ✅ TypeScript with full type definitions
  • ✅ Automated version management with Release Please
  • ✅ Published with npm provenance for supply chain security
  • ✅ Auto-deployed to production via Dependabot + Vercel
  • ✅ Maximum cloud computing resources for minimal functionality
  • ✅ Changelog auto-generated for every date update
  • ❌ Zero practical value

Architecture

n8n (local)
  ↓
GitHub API (commit)
  ↓
Release Please (PR)
  ↓
n8n Webhook (auto-merge)
  ↓
GitHub Actions (build + publish)
  ↓
npm Registry
  ↓
Dependabot (clock-web repo)
  ↓
Auto-merge workflow
  ↓
Vercel (deployment)
  ↓
🎉 Production!

Why?

¯\_(ツ)_/¯

To demonstrate modern DevOps practices? To practice CI/CD? To see if we could?

Honestly, we're not sure anymore. But it works, it's tested, and it deploys automatically. That's got to count for something.

Development

# Install dependencies
npm install

# Run tests
npm test

# Build
npm run build

Sister Projects

Carbon Footprint 🌍

Every date update triggers:

  • 1 n8n workflow execution
  • 2 GitHub Actions workflows
  • 1 npm package publish
  • 1 Dependabot PR
  • 1 Vercel deployment

Estimated CO2 per date change: More than using a calendar 📅

License

ISC - Because even absurd projects need licenses