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

iobroker.parcelapp

v0.2.1

Published

ioBroker adapter for parcel.app — track packages from 300+ carriers

Readme

ioBroker.parcelapp

npm version Node TypeScript License npm downloads Installations Ko-fi PayPal

ioBroker adapter that connects to the parcel.app API and exposes package tracking data from 300+ carriers as ioBroker states — including delivery status, time windows, and tracking events.


Features

  • 300+ carriers — DHL, FedEx, UPS, Amazon, Hermes, GLS, DPD, and many more via parcel.app
  • Per-package ioBroker states — carrier, status, tracking number, delivery window, last event, last location
  • Summary states — active count, today count, combined delivery window
  • Delivery time estimates — today, tomorrow, in X days with combined time window
  • Automatic polling with configurable interval (5–60 minutes)
  • Configurable cleanup — auto-remove delivered packages or keep them until deleted in parcel.app
  • Add deliveries via sendTo message from scripts or other adapters
  • Admin UI with connection test, polling settings, and status language selection
  • Multilingual status labels (German/English)

Requirements

  • Node.js >= 20
  • ioBroker js-controller >= 7.0.0
  • ioBroker Admin >= 7.6.20
  • parcel.app Premium subscription — required for API access

Configuration

| Option | Description | Default | |--------|-------------|---------| | API Key | Your parcel.app API key (get it at web.parcelapp.net) | — | | Poll Interval | How often to fetch updates (minutes) | 10 | | Auto-remove delivered | Remove delivered packages from states automatically. When disabled, they stay until deleted in parcel.app. | Yes | | Status Language | Language for status labels (German/English) | German |


State Tree

parcelapp.0.
├── info.connection              — Connection status (bool)
├── summary.
│   ├── activeCount              — Number of active deliveries
│   ├── todayCount               — Number of deliveries expected today
│   └── deliveryWindow           — Combined delivery window for today
└── deliveries.
    └── {packageId}.             — One device per package
        ├── carrier              — Carrier name (e.g. DHL Express)
        ├── status               — Status text (e.g. In Transit)
        ├── statusCode           — Status code (0-8)
        ├── description          — Package description
        ├── trackingNumber       — Tracking number
        ├── extraInfo            — Extra information (postal code, email)
        ├── deliveryWindow       — Expected delivery time window
        ├── deliveryEstimate     — Human-readable estimate (today, tomorrow)
        ├── lastEvent            — Latest tracking event
        ├── lastLocation         — Last known location
        └── lastUpdated          — Last update timestamp

Troubleshooting

Connection test fails

  • Verify your API key at web.parcelapp.net
  • Ensure you have an active Premium subscription
  • Check if your ioBroker instance has internet access

No deliveries shown

  • The API returns cached data — new deliveries may take a few minutes to appear
  • Check if you have active deliveries in the parcel.app

Rate limit

  • The parcel.app API allows 20 requests per hour
  • The minimum poll interval is 5 minutes to stay within limits

Changelog

0.2.1 (2026-03-25)

  • Robust error handling: rate limit detection, connection error deduplication, poll throttling

0.2.0 (2026-03-25)

  • Added option to keep delivered packages in states
  • Simplified admin UI to single page
  • Removed redundant summary.json state

0.1.5 (2026-03-24)

  • Added auto-merge config, weekly Dependabot schedule

0.1.4 (2026-03-24)

  • Improved README

0.1.3 (2026-03-24)

  • Added Dependabot automerge workflow

0.1.2 (2026-03-23)

  • Updated devDependencies

0.1.1 (2026-03-23)

  • Redesigned adapter logo

Older changelog: CHANGELOG.md


Support

Support Development

This adapter is free and open source. If you find it useful, consider buying me a coffee:

Ko-fi PayPal


License

MIT License - see LICENSE

Copyright (c) 2026 krobi [email protected]


Developed with assistance from Claude.ai