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

jomsolat

v1.1.0

Published

Simple and minimalist prayer times CLI tool for Malaysia

Downloads

3

Readme

JomSolat - Simple Prayer Times CLI

A simple and minimalist command-line tool to display today's prayer times for Malaysia.

Made by Kebalicious

Installation

Option 1: NPX (Recommended)

npx jomsolat <zone>

Option 2: Global Installation

npm install -g jomsolat

Option 3: Simple Version (No Dependencies)

If you don't have npm or want a simpler version:

# Download the files and run directly
node jomsolat-simple.js <zone>

# Or on Windows
jomsolat.bat <zone>

# Or on Unix/Linux/Mac
chmod +x jomsolat.sh
./jomsolat.sh <zone>

Quick Start

# Get prayer times for Kuala Lumpur
npx jomsolat WLY01

# Show help and all available zones
npx jomsolat help

# Case insensitive - both work the same
npx jomsolat sgr01
npx jomsolat SGR01

Usage

Get prayer times for a specific zone:

jomsolat WLY01

Show help and available zones:

jomsolat help

Case insensitive zone codes:

jomsolat sgr01    # Same as SGR01
jomsolat WLY01    # Same as wly01

Available Zones

| Code | Location | |-------|----------| | WLY01 | Wilayah Persekutuan Kuala Lumpur | | WLY02 | Wilayah Persekutuan Labuan | | WLY03 | Wilayah Persekutuan Putrajaya | | SGR01 | Shah Alam, Selangor | | SGR02 | Petaling Jaya, Selangor | | SGR03 | Klang, Selangor | | JHR01 | Johor Bahru, Johor | | JHR02 | Kota Tinggi, Johor | | JHR03 | Kluang, Johor | | KDH01 | Kota Bharu, Kelantan | | KDH02 | Pasir Mas, Kelantan | | KDH03 | Kuala Krai, Kelantan | | KTN01 | Kuala Terengganu, Terengganu | | KTN02 | Kemaman, Terengganu | | KTN03 | Dungun, Terengganu | | PRK01 | Ipoh, Perak | | PRK02 | Taiping, Perak | | PRK03 | Teluk Intan, Perak | | PLS01 | Kangar, Perlis | | PNG01 | George Town, Pulau Pinang | | PNG02 | Butterworth, Pulau Pinang | | NSN01 | Seremban, Negeri Sembilan | | NSN02 | Port Dickson, Negeri Sembilan | | MLK01 | Melaka Tengah, Melaka | | SBH01 | Kota Kinabalu, Sabah | | SBH02 | Sandakan, Sabah | | SBH03 | Tawau, Sabah | | SWK01 | Kuching, Sarawak | | SWK02 | Sibu, Sarawak | | SWK03 | Miri, Sarawak |

Example Output

🕌 Waktu Solat Hari Ini
════════════════════════════════════════
📅 Friday, 26 September 2025
📍 Shah Alam, Selangor (SGR01)
────────────────────────────────────────
🌅 Subuh    : 05:45
☀️  Syuruk   : 07:00
☀️  Zohor    : 13:15
🌤️  Asar     : 16:30
🌅 Maghrib  : 19:15
🌙 Isyak    : 20:30
────────────────────────────────────────
ℹ️  Approximate times - please verify with local mosque

Features

  • ✅ Simple and minimalist design
  • ✅ Support for all Malaysian prayer time zones
  • ✅ Beautiful emoji-based output
  • ✅ Case insensitive zone codes (SGR01 or sgr01)
  • ✅ Made by Kebalicious
  • ✅ Fallback prayer times when API is unavailable
  • ✅ Zone validation and error handling
  • ✅ No external dependencies required for basic functionality

Requirements

  • Node.js 14.0.0 or higher
  • Internet connection (for real-time prayer times)

License

MIT