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

`require-csv` is a tiny Node.js module that registers a custom `require` handler for `.csv` files, letting developers import spreadsheet data directly with `var data = require('./data.csv');`. It’s aimed at JavaScript/Node developers who want a simple, synchronous way to load CSV contents as JavaScript objects without writing their own parsing logic.

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of olalonde/require-csv

Account's avatar
olalonde/csv2array
Sync CSV parser.

Support the repos that depend on this repository

Top contributors

olalonde's profile
olalonde
3 contributions

Recent events

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

No events yet
olalonde

olalonde/require-csv

require('require-csv') lets you load CSV files using require syntax. For example: var data = require('./data.csv');

JavaScript
4
0
BSD 3-Clause "New" or "Revised" License