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

horologist

v1.1.1

Published

Horologist is a JavaScript library for animating DOM elements to represent time in the same ways as many of the world's greatest haute horologist watchmakers

Downloads

16

Readme

Horologist is a JavaScript library for animating DOM elements to represent time in the same ways as many of the world's greatest haute horologist watchmakers. It supports and enables many of the different watchmaking complications and variations such as chronographs, minute repeaters, multiple time zones, perpetual calendars and more.

Horologist License NPM Version Github Build Status

Demos

See the Horologist library in action.

Getting Started

To get started, first install horologist into your project.

npm i horologist
yarn add horologist

With the package installed, import the main Watch class, instantiate it with its settings, and call the start() method.

import { Watch } from 'horologist';

const settings = {
    id: "k0-seasons",
    dials: [{ ... }],
    moonphase: { ... },
};

const Sarpaneva = new Watch(settings);
Sarpaneva.start();

Complications

Horologist aims to recreate the work of haute horology watchmaking in a digital format by emulating many of the handmade complications and variations. View each complication to learn more about it, its features and settings API.

| Complication | Documentation | Description | | --------------------- | ------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------- | | Chronograph | Docs | Also referred to as a “stopwatch” function, a chronograph typically uses subdials to keep track of seconds, minutes, and hours. | | Date Indicator | Docs | A date calendar shows the date of the month. | | Day Indicator | Docs | A day calendar shows the day of the week. | | Day / Night Indicator | Docs | A day/night indicator can be a two-color disc showing day or night through either light and dark coloured segments. | | Dial | Docs | A dial serves to indicate hours, minutes and seconds. | | Equation of Time | Docs | The equation of time is the difference between true solar time and mean time. | | Foudroyante | Docs | A hand that makes one rotation every second, pausing two thru ten times to indicate fractions of a second. | | Leap Year Indicator | Docs | A mechanism to indicate the current year's relationships to the next leap year. | | Minute Repeater | Docs | A highly complicated watch function that audibly strikes the time in hours, quarter hours, and/or minutes. | | Month Indicator | Docs | A month indicator displays the current month of the year. | | Moonphase | Docs | Displays new moon, first quarter moon, full moon, and last quarter moon by means of a disk that rotates beneath a small aperture. | | Power Reserve | Docs | A subdial or gauge used to display how much power remains before the watch stops. | | Watch | Docs | The root class which controls all complications. | | Week Indicator | Docs | A week calendar displays the current week of the year in either standard or ISO formats. |

Mentions

There are a few libraries that allow Horologist to be its best, and they should be acknowledged.

Contact

@danielyuschick on Twitter