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

outtie-web

v1.1.4

Published

Outtie makes it easy for websites and mobile apps to convert their content into commissionable touch-points

Downloads

7

Readme

outtietoppic

Travis Languages License

The Outtie web SDK makes it quick and easy to monetize URL taps in your web app or website. Our SDK helps you add commissionable affiliate links to your web apps in minutes. It captures existing URLs and converts them to affiliate links so you can earn every time a user taps a link.

Earn up to 10% commissions from 5,000+ popular brands like Skims, Ulta Beauty, Walmart, Macy's, Nordstrom, Bloomingdale's, Madewell, Alo Yoga, Bonobos, Adidas, and more. Simply integrate Outtie into your app with a few lines of code and start earning on link taps.

Get started by creating a 🔑 Outtie SDK Key -- Coming soon! and view our 📘 integration examples below.

Table of contents

Features

A few of the things you can do with Outtie web right now:

  • Automatically create affiliate links and redirect users when they click a link
  • Convert individual links to affiliate links and redirect users to the converted link
  • More developer features coming soon...

Requirements

The Outtie web SDK requires nodeJS 16.0.0 to integrate into code-based websites. For script-based initialization or no-code integration, no NodeJS is necessary.

Installation

npm install outtie-web 

# or

yarn add outtie-web

For script-based initialization or use in no-code sites, you can add our SDK script to the root of your wenbsite:

<script
    type = "text/javascript"
    src = "https://sdk.outtie.io/js/{clientID}/outtie.js">   
</script>

Adding this script to your website will automatically monetize all links on your website by default.

Usage

Import the SDK in your code:

import * as Outtie from 'outtie-web'

Initialization:

To initialize Outtie and convert all of your web links by default, use the initialize() function with your generated sdkKey and clientId. You can generate these variables [[here]].

Outtie.initialize(sdkKey, clientKey)

OR, manually convert a Link to use however you'd like

Outtie.convertLink(link, clientId, sdkKey)

That's it! It's really that simple.

Feedback

Feel free to send us feedback on Instagram or file an issue. Feature requests are always welcome.

If there's anything you'd like to chat about, please feel free to email Krish at [email protected]!