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

@datafire/winning_email

v6.0.0

Published

DataFire integration for Winning Email

Readme

@datafire/winning_email

Client library for Winning Email

Installation and Usage

npm install --save @datafire/winning_email
let winning_email = require('@datafire/winning_email').create({
  internalApiKey: ""
});

.then(data => {
  console.log(data);
});

Description

The Winning Email API allows you to access our services from your applications. Contact us if you need help with anything, or require access to something we don't yet offer. The API overview is available here.

Actions

emailBooster

With our API, you can access the same results available through the Winning Email website, but in a raw, JSON, format, that you can use however you wish in your application. Read more about Email Booster here.Input ParametersIf source provided, then all other inputs are ignored. Otherwise, subject AND one or both of html and text are required.

winning_email.emailBooster({}, context)

Input

  • input object
    • subject string: email subject
    • html string: html body
    • text string: plain text body
    • source string: raw source

Output

  • output object
    • message string
    • report Report
    • status integer

rateLimitStatus

Check how many API queries you've used, and what your limit is.

winning_email.rateLimitStatus(null, context)

Input

This action has no parameters

Output

  • output object
    • message string
    • services array
    • status integer

status

Check the status of the Winning Email API.

winning_email.status(null, context)

Input

This action has no parameters

Output

  • output object
    • message string
    • status integer
    • uptime number

Definitions

ErrorModel

  • ErrorModel object
    • message required string
    • status required integer

Report

  • Report object
    • baseScore integer
    • report object
      • bodyReport object
        • address object
        • hasForm integer
        • hasJS integer
        • htmlLength integer
        • score number
        • textLength integer
      • imageReport object
        • imagesNeedOptimization integer
        • imagesNoAlt array
        • optimization array
        • score number
      • linkReport object
        • errors array
        • score number
      • markupReport object
        • response object
          • errors array
          • groupedErrors array
          • tripleTree array
          • warnings array
        • score number
      • spamassassinReport object
        • baseSpamScore number
        • isSpam boolean
        • responseCode integer
        • responseMessage string
        • score number
        • spamScore number
        • tests array
          • items object
            • desc string
            • name string
            • score number
      • spellReport object
        • html array
        • score number
        • subject array
        • text array
      • subjectReport object
        • openrates array
        • overallOpenRate string
        • score number
        • subject string
        • subjectLength integer
      • validateHTML object
        • errors array
          • items object
            • lastColumn integer
            • lastLine integer
            • message string
            • type string
        • score number
    • score number
    • time string

Service

  • Service object
    • limit integer
    • name string
    • remaining integer
    • reset integer
    • used integer