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
No contributors yet
akoenig

akoenig/duperagent

Personal convenience wrapper around superagent

JavaScript
0
0
MIT License

Support the dependencies of akoenig/duperagent

Account's avatar
debug-js/debug
Lightweight debugging utility for Node.js and the browser
Account's avatar
konexmedia/mandatory
A tiny error-throwing module for checking types.
Account's avatar
ladjs/superagent
elegant & feature rich browser / node HTTP with a fluent API
Account's avatar
joyent/node-verror
richer JavaScript errors
Account's avatar
LearnBoost/expect.js
BDD style assertions for node and the browser.
Account's avatar
spalger/gulp-jshint
JSHint plugin for gulp
Account's avatar
observing/pre-commit
Automatically install pre-commit hooks for your npm modules.
Account's avatar
OverZealous/run-sequence
Run a series of dependent gulp tasks in order
Account's avatar
xetorthio/shmock
Simple HTTP Mocking library

Duperagent is a thin convenience wrapper around the popular **superagent** HTTP client for Node.js, exposing simple `get`, `post`, `put`, and `del` methods that accept a URL, optional request options, and a Node‑style callback. It streamlines making RESTful API calls with minimal boilerplate, targeting developers who already use superagent and want a faster, callback‑oriented interface for personal or small‑scale projects.