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

Axios Cache Adapter is a utility for the Axios HTTP client that stores request results in a configurable cache to avoid unnecessary network requests. It is designed for developers using Axios in both browser and Node.js environments, offering in-memory, localForage, and Redis storage options. The adapter supports automatic cache invalidation, configurable expiration, and optional reading of stale cache data on network errors, making it ideal for improving performance and reducing API calls in web applications.

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
rascarlito

rascarlito/axios-cache-adapter

Caching adapter for axios. Store request results in a configurable store to prevent unneeded network requests.

JavaScript
722
105
MIT License
lisathesecond's profile
lisathesecond
191 contributions
stephanebachelier's profile
stephanebachelier
135 contributions
jahead's profile
jahead
16 contributions
dependabot-preview[bot]'s profile
dependabot-preview[bot]
6 contributions
bluelovers's profile
bluelovers
3 contributions
janbaykara's profile
janbaykara
2 contributions
acidbiscuit's profile
acidbiscuit
2 contributions
ryankshaw's profile
ryankshaw
2 contributions
mohamedgomran's profile
mohamedgomran
2 contributions
FMCorz's profile
FMCorz
2 contributions

Support the dependencies of rascarlito/axios-cache-adapter

Account's avatar
rascarlito/cache-control
Format and parse HTTP Cache-Control header
Account's avatar
pvorb/node-md5
js function for hashing messages with MD5
Account's avatar
babel/babel
Babel compiler core.
Account's avatar
babel/babel
Provides polyfills necessary for a full ES2015+ environment
Account's avatar
babel/babel
A Babel preset for each environment.
Account's avatar
axios/axios
Promise based HTTP client for the browser and node.js
Account's avatar
babel/babel-loader
babel module loader for webpack
Account's avatar
codecov/codecov-node
Uploading report to Codecov: https://codecov.io
Account's avatar
jantimon/html-webpack-plugin
Simplifies creation of HTML files to serve your webpack bundles
Account's avatar
typicode/husky
Modern native Git hooks
Account's avatar
webpack-contrib/istanbul-instrumenter-loader
Istanbul instrumenter loader for webpack
Account's avatar
karma-runner/karma
Spectacular Test Runner for JavaScript.
Account's avatar
karma-runner/karma-chrome-launcher
A Karma plugin. Launcher for Chrome and Chrome Canary.
Account's avatar
karma-runner/karma-coverage
A Karma plugin. Generate code coverage.
Account's avatar
mattlewis92/karma-coverage-istanbul-reporter
A karma reporter that uses the latest istanbul 1.x APIs (with full sourcemap support) to report coverage.
Account's avatar
dtabuenc/karma-html-reporter
A Karma plugin. Report results in pretty html format.
Account's avatar
karma-runner/karma-mocha
A Karma plugin. Adapter for Mocha testing framework.
Account's avatar
litixsoft/karma-mocha-reporter
Karma reporter with mocha style logging.
Account's avatar
demerzel3/karma-sourcemap-loader
Karma plugin that locates and loads existing javascript source map files.
Account's avatar
localForage/localForage
Offline storage, improved.
Account's avatar
localForage-extensions/localForage-memoryStorageDriver
A volatile, in memory storage driver for localForage.
Account's avatar
mochajs/mocha
simple, flexible, fun test framework
Account's avatar
boblauer/MockDate
A JavaScript mock Date object that can be used to change when "now" is.
Account's avatar
yeahoffline/redis-mock
Redis client mock object for unit testing
Account's avatar
isaacs/rimraf
A deep deletion module for node (like `rm -rf`)
Account's avatar
feross/snazzy
Format JavaScript Standard Style as Stylish (i.e. snazzy) output
Account's avatar
standard/standard
JavaScript Standard Style
Account's avatar
webpack/webpack
Packs ECMAScript/CommonJs/AMD modules for the browser. Allows you to split your codebase into multiple bundles, which can be loaded on demand. Supports loaders to preprocess files, i.e. json, jsx, es7, css, less, ... and your custom stuff.
Account's avatar
webpack/webpack-bundle-analyzer
Webpack plugin and CLI utility that represents bundle content as convenient interactive zoomable treemap
Account's avatar
webpack/webpack-cli
CLI for webpack & friends