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

adieu-api

v0.1.1

Published

Adieu.io Repurposed Ads NodeJS API

Downloads

4

Readme

Adieu.io

Adieu.io Javascript API

Simple access to the Adieu.io API.

About Adieu.io

Adieu.io is a service that lets users take back control of the ads they see while browsing the web. Adieu.io enables web viewers to see things they want to see inside of ad units instead of things they don't--namely ads.

Unlike many "ad blocking" extensions, content producers retain their revenue stream from Adieu users. Adieu.io is a service that works within (or on top of) the existing advertising ecosystem. You can think of Adieu as extending advertising to add a consumer-customization layer. Adieu consumers directly buy their own ads (automatically, for a fluctuating market rate that is usually a fraction of a penny) and control the content shown within the advertising "boxes".

Building with the API

Use the API to programmatically create images--called "rads"--which will show up in place of ads for users of the Adieu.io service.

In Adieu, "rads" are associated into collections called "boards", similar to the way that "pins" are added to "pinboards" in Pinterest.

Boards can public or private, and if boards are private, they may be shared individually with other users. In turn, rads may be added to boards.

API Tokens

Each request requires an API token. The token is associated with an individual board, and grants complete control over the board. Consequently, tokens should be kept private.

You may retrieve tokens by logging into adieu.io and navigating to Boards->Upload->API.

FairTread

Adieu is a product of FairTread, a company that is imagining a future web where users come first, content creators are justly compensated, where individual contributions carry the same weight as institutional publishers, and most importantly where content is as freely accessible as it is today.

Installation

Install it via npm

npm install --save adieu-api

Usage

See the examples folder for examples of how to use this.