JavaScript code to split names into their respective components (first, last, etc)
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
The `node-humanname` library is a JavaScript tool for parsing human names into their individual components, such as first name, last name, initials, salutation, and suffix. It is designed for developers working on applications that need to process and analyze names, such as form validation, data cleaning, or user profile management. The library is based on an algorithm that handles complex name structures, including compound last names and special cases like titles and suffixes.