https://github.com/adam-mccormick/moleculer-axios
Axios based HTTP client for Moleculer services
https://github.com/adam-mccormick/moleculer-axios
Last synced: 21 days ago
JSON representation
Axios based HTTP client for Moleculer services
- Host: GitHub
- URL: https://github.com/adam-mccormick/moleculer-axios
- Owner: adam-mccormick
- License: mit
- Created: 2019-06-27T03:50:58.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-11-30T06:02:17.000Z (5 months ago)
- Last Synced: 2024-11-30T07:19:41.708Z (5 months ago)
- Language: JavaScript
- Size: 1.47 MB
- Stars: 10
- Watchers: 1
- Forks: 1
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-moleculer - moleculer-axios - Axios based HTTP client for Moleculer services (Services / Others)
README

[](https://travis-ci.org/adam-mccormick/moleculer-axios)
[](https://coveralls.io/github/adam-mccormick/moleculer-axios?branch=master)
[](https://www.codacy.com/gh/adam-mccormick/moleculer-axios/dashboard?utm_source=github.com&utm_medium=referral&utm_content=adam-mccormick/moleculer-axios&utm_campaign=Badge_Grade)[](https://codeclimate.com/github/adam-mccormick/moleculer-axios/maintainability)
[](https://snyk.io/test/github/adam-mccormick/moleculer-axios)
[](https://gitter.im/moleculerjs/moleculer?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)# moleculer-axios [](https://www.npmjs.com/package/moleculer-axios)
Axios based HTTP client for Moleculer services
## Features
## Install
```bash
npm install moleculer-axios --save
```## Usage
### Test
```bash
$ npm test
```In development with watching
```bash
$ npm run ci
```## Contribution
Please send pull requests improving the usage and fixing bugs, improving documentation and providing better examples, or providing some testing, because these things are important.## License
The project is available under the [MIT license](https://tldrlegal.com/license/mit-license).## Contact
Copyright (c) 2019 Adam McCormick