1.0.4 • Published 2 years ago

ajaxman v1.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

GitHub forks GitHub contributors GitHub Repo stars GitHub License

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.

Installation

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

npm install ajaxman

Usage

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

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

License

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

Contact

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

Project Link: https://github.com/mehanalavimajd/ajaxman

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago