# ajaxman

> Use Ajax with no tears

Latest version **1.0.4** (published 2022-02-20) · MIT license · 0 weekly downloads

## Install

```sh
npm install ajaxman
pnpm add ajaxman
yarn add ajaxman
bun add ajaxman
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.4 |
| Published | 2022-02-20 |
| First published | 2022-02-10 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 6.5 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 12 |
| Maintainers | mehanalavi |

## Links

- npm: https://www.npmjs.com/package/ajaxman
- Repository: https://github.com/mehanalavimajd/ajaxman
- Homepage: https://github.com/mehanalavimajd/ajaxman#readme
- Issues: https://github.com/mehanalavimajd/ajaxman/issues
- npm.io page: https://npm.io/package/ajaxman

## Recent versions

- 1.0.4 (latest) — 2022-02-20
- 1.0.3 — 2022-02-15
- 1.0.2 — 2022-02-11
- 1.0.1 — 2022-02-10
- 1.0.0 — 2022-02-10

## README

<div id="top"></div>


<!-- PROJECT SHIELDS -->
![GitHub forks](https://img.shields.io/github/forks/mehanalavimajd/ajaxman?logo=ajaxman&style=for-the-badge)
![GitHub contributors](https://img.shields.io/github/contributors/mehanalavimajd/ajaxman?style=for-the-badge)
![GitHub Repo stars](https://img.shields.io/github/stars/mehanalavimajd/ajaxman?color=yellow&style=for-the-badge)
![GitHub License](https://img.shields.io/github/license/mehanalavimajd/ajaxman?style=for-the-badge)

<!-- PROJECT LOGO -->
<br />
<div align="center">
  <a href="https://github.com/mehanalavimajd/ajaxman">
      <h3 align="center">AjaxMan</h3>
  </a>

  <p align="center">
    Use ajax with no tears
    <br />
    <br />
    <br />
    <a href="https://github.com/mehanalavimajd/ajaxman/issues">Report Bug</a>
    ·
    <a href="https://github.com/mehanalavimajd/ajaxman/issues">Request Feature</a>
  </p>
</div>

<!-- TABLE OF CONTENTS -->
<details>
  <summary>Table of Contents</summary>
  <ol>
    <li>
      <a href="#about-the-project">About The Project</a>
    </li>
    <li><a href="#installation">Installation</a></li></li>
    <li><a href="#usage">Usage</a></li>
    <li><a href="#contributing">Contributing</a></li>
    <li><a href="#license">License</a></li>
    <li><a href="#contact">Contact</a></li>
  </ol>
</details>

<!-- ABOUT THE PROJECT -->
## About The Project
Perhaps today in Javascript, Ajax is a dead technology. But many developers still use this technology. The problem happens when vanila js syntax for Ajax isn't really simple. Also, Using jQuery just for it's ajax method does not seem a good idea. So I decided to make a library to make ajax easier for people who use it.

<p align="right">(<a href="#top">back to top</a>)</p>

## Installation
First make sure that you have `npm` installed. The install `ajaxman` in your directory with:
```
npm install ajaxman
```

<p align="right">(<a href="#top">back to top</a>)</p>

## Usage
```js
import ajaxman from "ajaxman"
ajaxman(
  {
    url:"https://www.github.com",
    method:"GET"
  },(req)=>{
    console.log(req.status)
  }
)
```
**NOTE: Ajaxman is just made for front-end usage not Node.js**

<p align="right">(<a href="#top">back to top</a>)</p>

<!-- CONTRIBUTING -->
## Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement".
Don't forget to give the project a star! Thanks again!

1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Use webpack to rebuild the project with `npm run build`
4. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
5. Push to the Branch (`git push origin feature/AmazingFeature`)
6. Open a Pull Request

<p align="right">(<a href="#top">back to top</a>)</p>

<!-- LICENSE -->
## License

Distributed under the MIT License. See `LICENSE` for more information.

<p align="right">(<a href="#top">back to top</a>)</p>

## Contact
mehan alavimajd : mehan.alavi.88.majd@gmail.com

Project Link: [https://github.com/mehanalavimajd/ajaxman](https://github.com/mehanalavimajd/ajaxman)

<p align="right">(<a href="#top">back to top</a>)</p>

---
_Source: https://npm.io/package/ajaxman · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
