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

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of bitinn/node-fetch

Account's avatar
TooTallNate/proxy-agents
Create an ArrayBuffer instance from a Data URI string
Account's avatar
node-fetch/fetch-blob
Blob & File implementation in Node.js, originally from node-fetch.
Account's avatar
jimmywarting/FormData
HTML5 `FormData` for Browsers and Node.
Account's avatar
mysticatea/abort-controller
An implementation of WHATWG AbortController interface.
Account's avatar
mscdex/busboy
A streaming parser for HTML form data for node.js
Account's avatar
bcoe/c8
output coverage reports using Node.js' built in coverage
Account's avatar
chaijs/chai
BDD/TDD assertion library for node.js and the browser. Test framework agnostic.
Account's avatar
chaijs/chai-as-promised
Extends Chai with assertions about promises.
Account's avatar
harrysarson/chai-iterator
Chai assertions for iterable objects
Account's avatar
onechiporenko/chai-string
strings comparison matchers for chai
Account's avatar
nickmerwin/node-coveralls
takes json-cov output into stdin and POSTs to coveralls.io
Account's avatar
form-data/form-data
A library to create readable "multipart/form-data" streams. Can be used to submit forms and file uploads to other web applications.
Account's avatar
mochajs/mocha
simple, flexible, fun test framework
Account's avatar
jimmywarting/stream-consumers
a user-land copy of the node:stream/consumers library from Node.js

Support the repos that depend on this repository

Top contributors

TimothyGu's profile
TimothyGu
124 contributions
bitinn's profile
bitinn
71 contributions
jimmywarting's profile
jimmywarting
34 contributions
xxczaki's profile
xxczaki
33 contributions
tinovyatkin's profile
tinovyatkin
30 contributions
Richienb's profile
Richienb
20 contributions
NotMoni's profile
NotMoni
12 contributions
tekwiz's profile
tekwiz
11 contributions
jkantr's profile
jkantr
7 contributions
dnalborczyk's profile
dnalborczyk
5 contributions

Recent events

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

No events yet
bitinn

bitinn/node-fetch

A light-weight module that brings the Fetch API to Node.js

JavaScript
8859
1053
MIT License

node‑fetch is a lightweight Node.js library that implements the browser Fetch API (including Request, Response, Headers, FormData, etc.) on top of Node’s native http/https modules. It lets server‑side JavaScript code make HTTP requests with the same promise‑based, stream‑compatible syntax as `window.fetch`, and is aimed at developers building Node applications or isomorphic code that need a standard‑compliant fetch interface.