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

Support the repos that depend on this repository

Top contributors

Recent events

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

No events yet
angleman's profile
angleman
58 contributions
TheTechsTech's profile
TheTechsTech
34 contributions
TylerLeonhardt's profile
TylerLeonhardt
4 contributions
snyk-bot's profile
snyk-bot
3 contributions
RobLoach's profile
RobLoach
1 contributions
techno-express

techno-express/node-wget

Ultra simple async retrieval of remote files over http or https

JavaScript
2
0
MIT License

Support the dependencies of techno-express/node-wget

Account's avatar
node-fetch/node-fetch
A light-weight module that brings Fetch API to node.js
Account's avatar
codecov/codecov-node
Uploading report to Codecov: https://codecov.io
Account's avatar
mochajs/mocha
simple, flexible, fun test framework
Account's avatar
shouldjs/should.js
test framework agnostic BDD-style assertions

node‑wget‑fetch is a tiny Node.js library (and CLI) that wraps **node‑fetch** to provide an ultra‑simple, promise‑based way to download remote files or retrieve HTTP(S) resources. It offers a single `wget` function (plus convenient `get`, `post`, etc.) that can save a file to disk, return the response body in various formats, and supports configurable retry logic—making it useful for developers who need quick, reliable file fetching in scripts or command‑line tools.