0.1.1 • Published 4 years ago

is-web-monetized v0.1.1

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

:money_with_wings: is-web-monetized

A very simple tool for checking if web monetization is enabled on a certain website

JavaScript Style Guide

What is Web Monetization ?

Web Monetization is an API that allows websites to request small payments from users facilitated by the browser and the user's Web Monetization provider.

webmonetization.org

Official Website: https://webmonetization.org/

Specifications: https://webmonetization.org/specification.html

Installation

  npm install is-web-monetized

Usage

You can check if the website uses the Web Monetization API without going to the website.

:bulb: Node module MUST be installed globally

  npm install is-web-monetized -g

In your terminal, run monetized [URL]

  monetized example.com 

or using as a dependency

  const { isWebMonetized } from 'is-web-monetized'
  const url = 'example.com'

isWebMonetized(url).then(obj => { / { monetized , url , content , } / console.log(obj) }).catch(err => console.log(err))

## Support
Do you think this is cool? don't hesitate to buy me some coffee!   

<a href="https://www.buymeacoffee.com/jkga" target="_blank"><img src="https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png" alt="Buy Me A Coffee" style="height: 41px !important;width: 174px !important;"></a>