Kivach
Cascading donations
Add repoPopularDonorsF.A.Q.
My repos

Footer

Subscribe to our newsletter

The latest news, articles, and resources, sent to your inbox.

DiscordTelegramTwitterMediumFacebookYouTubeGitHub

All information about repositories belongs to their owners.

More information about Kivach in the introductory article.

Built on Obyte

The **require-xml** package adds a custom `require` handler so Node.js can import XML files directly as JavaScript objects using the familiar `require('./file.xml')` syntax. It’s a tiny utility for developers who want to treat configuration or data stored in XML as native modules without manually parsing the file each time.

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of olalonde/require-xml

Account's avatar
buglabs/node-xml2json
Converts xml to json and vice-versa, using node-expat.

Support the repos that depend on this repository

Top contributors

olalonde's profile
olalonde
2 contributions

Recent events

Kivach works on the Obyte network, and therefore you can track all donations.

No events yet
olalonde

olalonde/require-xml

require('require-xml') lets you load XML files using require syntax. For example: var config = require('./config.xml');

JavaScript
3
1
BSD 3-Clause "New" or "Revised" License