DEV Community

nescampos
nescampos

Posted on

Javascript Library for implementing WebMonetization

WebMonetization Helper

Despite the simplicity of the WebMonetization specification for use, I had the idea to implement a Javascript library to facilitate its use on any website, without having dependencies (such as Jquery, among others).

Code

All code is available under MIT license at: https://github.com/nescampos/webmonetizationhelper

The methods and functions are explained in the Readme

Code

Use

For using, just need import the Javascript file (or minified version) and instance class WebMonetization

Bugs or problems

If you found a bug or problem, just create an issue on: https://github.com/nescampos/webmonetizationhelper/issues

Top comments (0)