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
- Host: GitHub
- URL: https://github.com/emileber/axios-middleware
- Owner: emileber
- License: mit
- Created: 2018-01-26T03:44:18.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-08-01T07:40:45.000Z (10 months ago)
- Last Synced: 2025-05-01T07:02:37.997Z (24 days ago)
- Topics: axios-plugin, javascript, middleware, nodejs
- Language: JavaScript
- Homepage: https://emileber.github.io/axios-middleware/
- Size: 1.24 MB
- Stars: 52
- Watchers: 3
- Forks: 11
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# axios-middleware
[](https://travis-ci.org/emileber/axios-middleware)
[](https://www.npmjs.com/package/axios-middleware)
[](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
```