{"id":13715037,"url":"https://github.com/jkga/is-web-monetized","last_synced_at":"2026-01-06T18:57:53.134Z","repository":{"id":40768704,"uuid":"263302638","full_name":"jkga/is-web-monetized","owner":"jkga","description":"A very simple tool for checking if Web Monetization is enabled","archived":false,"fork":false,"pushed_at":"2025-01-06T02:23:33.000Z","size":86,"stargazers_count":5,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-12T18:18:18.036Z","etag":null,"topics":["gftwhackaton","monetization","tool","web-monetization"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jkga.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"ko_fi":"jkga","custom":["https://www.buymeacoffee.com/jkga"]}},"created_at":"2020-05-12T10:16:13.000Z","updated_at":"2025-01-06T02:23:32.000Z","dependencies_parsed_at":"2024-11-14T03:31:11.545Z","dependency_job_id":"401d51ae-be1e-42f5-a8c9-9d19a62d2ae4","html_url":"https://github.com/jkga/is-web-monetized","commit_stats":{"total_commits":9,"total_committers":2,"mean_commits":4.5,"dds":"0.33333333333333337","last_synced_commit":"08255b68b7a9af943e5b299f747573202277c2a7"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jkga%2Fis-web-monetized","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jkga%2Fis-web-monetized/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jkga%2Fis-web-monetized/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jkga%2Fis-web-monetized/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jkga","download_url":"https://codeload.github.com/jkga/is-web-monetized/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252806419,"owners_count":21807199,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["gftwhackaton","monetization","tool","web-monetization"],"created_at":"2024-08-03T00:00:53.255Z","updated_at":"2026-01-06T18:57:53.102Z","avatar_url":"https://github.com/jkga.png","language":"JavaScript","funding_links":["https://ko-fi.com/jkga","https://www.buymeacoffee.com/jkga"],"categories":["Resources"],"sub_categories":["Tools"],"readme":"# :money_with_wings: is-web-monetized\nA very simple tool for checking if web monetization is enabled on a certain website\n\n[![JavaScript Style Guide](https://img.shields.io/badge/Code%20Style-Standard%20-green?style=for-the-badge\u0026logo=javascript)](https://github.com/standard/standard)\n\n## What is Web Monetization ?\n**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.\n\n[![webmonetization.org](https://user-images.githubusercontent.com/10413754/81672858-5a001880-947d-11ea-8721-1b0396db9b35.png)](webmonetization.org)\n\n###  Official Website: https://webmonetization.org/   \n\n### Specifications: https://webmonetization.org/specification.html\n\n\n## Installation\n```javascript\n  npm install is-web-monetized\n```\n\n## Usage\nYou can check if the website uses the Web Monetization API without going to the website.   \n\u003e :bulb: Node module MUST be installed globally   \n```javascript\n  npm install is-web-monetized -g\n```\nIn your terminal, run `monetized [URL]`\n```bash\n  monetized example.com \n```\nor using as a dependency \n```javascript\n  const { isWebMonetized } from 'is-web-monetized'\n  const url = 'example.com'\n\n  isWebMonetized(url).then(obj =\u003e {\n    /*\n      {\n        monetized \u003cboolean\u003e,\n        url \u003curl\u003e,\n        content \u003cwallet\u003e,\n      }\n    */\n    console.log(obj)\n  }).catch(err =\u003e console.log(err))\n```\n\n## Support\nDo you think this is cool? don't hesitate to buy me some coffee!   \n\n\u003ca href=\"https://www.buymeacoffee.com/jkga\" target=\"_blank\"\u003e\u003cimg src=\"https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png\" alt=\"Buy Me A Coffee\" style=\"height: 41px !important;width: 174px !important;\"\u003e\u003c/a\u003e","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjkga%2Fis-web-monetized","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjkga%2Fis-web-monetized","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjkga%2Fis-web-monetized/lists"}