# @am92/node-http

[![npm version](https://img.shields.io/npm/v/@am92/node-http?style=for-the-badge)](https://www.npmjs.com/package/@am92/node-http)&nbsp;
[![Security: Snyk](https://img.shields.io/badge/Security-Snyk-blueviolet?logo=snyk&style=for-the-badge)](https://snyk.io/test/npm/@am92/node-http)&nbsp;
[![License: MIT](https://img.shields.io/npm/l/@am92/node-http?color=yellow&style=for-the-badge)](https://opensource.org/licenses/MIT)&nbsp;
[![Downloads](https://img.shields.io/npm/dy/@am92/node-http?style=for-the-badge)](https://npm-stat.com/charts.html?package=%40m92%2Fnode-http)
[![Bundle Size](https://img.shields.io/bundlephobia/minzip/@am92/node-http?style=for-the-badge)](https://bundlephobia.com/package/@am92/node-http)

<br />

For full documentation, visit [here](https://heliumtank92.github.io/am92-node-http).

<br />

## Table of Content
- [Installation](#installation)
- [Creating an Instance](#creating-an-instance)
- [Contributors](#contributors)
- [Resources](#resources)
- [License](#license)

<br />

## Installation
```bash
npm install --save @am92/node-http
```
<br />

## Creating an Instance
```javascript
import { NodeHttp } from '@am92/node-http'

const nodeHttp = new NodeHttp()

export default nodeHttp
```

<br />

## Contributors
<table>
  <tbody>
    <tr>
      <td align="center">
        <a href='https://github.com/ankitgandhi452'>
          <img src="https://avatars.githubusercontent.com/u/8692027?s=400&v=4" width="100px;" alt="Ankit Gandhi"/>
          <br />
          <sub><b>Ankit Gandhi</b></sub>
        </a>
      </td>
      <td align="center">
        <a href='https://github.com/agarwalmehul'>
          <img src="https://avatars.githubusercontent.com/u/8692023?s=400&v=4" width="100px;" alt="Mehul Agarwal"/>
          <br />
          <sub><b>Mehul Agarwal</b></sub>
        </a>
      </td>
    </tr>
  </tbody>
</table>

<br />

## Resources
* [Axios](https://www.npmjs.com/package/axios)
* [Axios Retry](https://www.npmjs.com/package/axios-retry)
* [Api Logger](https://www.npmjs.com/package/@am92/api-logger)

<br />

## License
* [MIT](https://opensource.org/licenses/MIT)


<br />
<br />
