An open API service indexing awesome lists of open source software.

https://github.com/emileber/axios-middleware

Simple axios middleware service
https://github.com/emileber/axios-middleware

axios-plugin javascript middleware nodejs

Last synced: 16 days ago
JSON representation

Simple axios middleware service

Awesome Lists containing this project

README

        

# axios-middleware

[![Build Status](https://travis-ci.org/emileber/axios-middleware.svg?branch=master)](https://travis-ci.org/emileber/axios-middleware)
[![npm version](https://badge.fury.io/js/axios-middleware.svg)](https://www.npmjs.com/package/axios-middleware)
[![codecov](https://codecov.io/gh/emileber/axios-middleware/branch/master/graph/badge.svg)](https://codecov.io/gh/emileber/axios-middleware)

Simple [axios](https://github.com/axios/axios) HTTP middleware service.

## Installation

```
npm install --save axios-middleware
```

## How to use

Explore [**the documentation**](https://emileber.github.io/axios-middleware/) or the `docs/` directory.

## Contributing

### Updating the documentation

The documentation is only static files in the `docs` directory. It uses [docsify](https://docsify.js.org/#/).

```
npm run docs
```