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 wilson428/downcache

Account's avatar
isaacs/node-mkdirp
Recursively mkdir, like `mkdir -p`
Account's avatar
request/request
Simplified HTTP request client.
Account's avatar
isaacs/node-graceful-fs
A drop-in replacement for fs, making various improvements.
Account's avatar
npm/npmlog
logger for npm
Account's avatar
jhurliman/node-rate-limiter
A generic rate limiter for the web and node.js. Useful for API clients, web crawling, or other tasks that need to be throttled
Account's avatar
justmoon/node-extend
Port of jQuery.extend for node.js and the browser
Account's avatar
isaacs/rimraf
A deep deletion module for node (like `rm -rf`)

Support the repos that depend on this repository

Top contributors

wilson428's profile
wilson428
48 contributions
josephfrazier's profile
josephfrazier
3 contributions
LynxyssCZ's profile
LynxyssCZ
2 contributions

Recent events

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

No events yet
wilson428

wilson428/downcache

Node module for downloading and caching webpages for fast future retrieval

JavaScript
11
2
MIT License

Downcache is a Node.js module that speeds up web scraping and data retrieval by downloading and locally caching webpages. It functions similarly to the `request` module but stores HTML content for faster access on subsequent requests, reducing unnecessary calls to live websites. This tool is ideal for developers working on scraping projects or applications that frequently need to access the same web content.