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

`streamify-string` is a Node.js library that converts a string into a Readable stream, making it useful for testing other stream types like Writable, Duplex, and Transform streams. It's primarily designed for developers writing unit tests who need to simulate Readable streams with predefined string data.

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of chrisallenlane/streamify-string

Account's avatar
substack/faucet
human-readable TAP summarizer
Account's avatar
jshint/jshint
Static analysis tool for JavaScript
Account's avatar
dominictarr/split
split a Text Stream into a Line Stream
Account's avatar
tape-testing/tape
tap-producing test harness for node and browsers

Support the repos that depend on this repository

Top contributors

chrisallenlane's profile
chrisallenlane
6 contributions

Recent events

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

No events yet
chrisallenlane

chrisallenlane/streamify-string

Accepts a string and returns a readable stream that outputs the string.

JavaScript
1
1
MIT License