Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adam-mccormick/moleculer-axios
Axios based HTTP client for Moleculer services
https://github.com/adam-mccormick/moleculer-axios
Last synced: 2 months 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-09-07T08:14:30.000Z (4 months ago)
- Last Synced: 2024-10-07T11:47:54.413Z (3 months ago)
- Language: JavaScript
- Size: 1.33 MB
- Stars: 10
- Watchers: 1
- Forks: 1
- Open Issues: 10
-
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
![Moleculer logo](http://moleculer.services/images/banner.png)
[![Build Status](https://travis-ci.org/adam-mccormick/moleculer-axios.svg?branch=master)](https://travis-ci.org/adam-mccormick/moleculer-axios)
[![Coverage Status](https://coveralls.io/repos/github/adam-mccormick/moleculer-axios/badge.svg?branch=master)](https://coveralls.io/github/adam-mccormick/moleculer-axios?branch=master)
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/cf2b77f8e12f423db452c43eeee2712c)](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)[![Maintainability](https://api.codeclimate.com/v1/badges/38b8d503c7f3286692b6/maintainability)](https://codeclimate.com/github/adam-mccormick/moleculer-axios/maintainability)
[![Known Vulnerabilities](https://snyk.io/test/github/adam-mccormick/moleculer-axios/badge.svg)](https://snyk.io/test/github/adam-mccormick/moleculer-axios)
[![Join the chat at https://gitter.im/moleculerjs/moleculer](https://badges.gitter.im/moleculerjs/moleculer.svg)](https://gitter.im/moleculerjs/moleculer?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)# moleculer-axios [![NPM version](https://img.shields.io/npm/v/moleculer-axios.svg)](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